Mercurial > MadButterfly
view nodejs/examples/mce/mbmce.js @ 928:35b6a9411e26
Use inkscape:label to be the same way as the mbname. In this way, we can use the property editor to define name of the object.
author | wycc |
---|---|
date | Wed, 03 Nov 2010 22:02:23 +0800 |
parents | a934ad0c8968 |
children | 30cd14b11bc7 |
line wrap: on
line source
// -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 4; -*- // vim: sw=4:ts=8:sts=4 var svg = require("svg"); var mbapp = require("mbapp"); var sys=require("sys"); var animate=require("animate"); var fs = require("fs"); var main=require("./mainmenu"); app = new mbapp.app(); scene=new main.MainMenu(app); app.loop();