comparison dandy.cc @ 8:b87dcc11a6d0

fix
author tkaito
date Mon, 14 Jun 2010 07:48:42 +0900
parents b0248931e40f
children
comparison
equal deleted inserted replaced
7:b0248931e40f 8:b87dcc11a6d0
11 void 11 void
12 init_charactor(Viewer *sgroot) 12 init_charactor(Viewer *sgroot)
13 { 13 {
14 sgroot->createFromXMLfile("xml/mydandy.xml"); 14 sgroot->createFromXMLfile("xml/mydandy.xml");
15 sgroot->createFromXMLfile("xml/gameover.xml"); 15 sgroot->createFromXMLfile("xml/gameover.xml");
16 sgroot->createFromXMLfile("xml/enemy_greencrab.xml"); 16 sgroot->createFromXMLfile("xml/greencrab.xml");
17 sgroot->createFromXMLfile("xml/bluebullet.xml"); 17 sgroot->createFromXMLfile("xml/bluebullet.xml");
18 sgroot->createFromXMLfile("xml/redbullet.xml"); 18 sgroot->createFromXMLfile("xml/redbullet.xml");
19 19
20 } 20 }
21 21