Changeset 827
- Timestamp:
- 01/13/2011 02:35:57 PM (10 years ago)
- Location:
- scenarios/GerminationX
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
scenarios/GerminationX/fungi/src/Fungi.hx
r826 r827 481 481 public function UpdateSpiritSprites(data:Array<Dynamic>) 482 482 { 483 trace("hello");484 483 var sk:SkeletonEntity = new SkeletonEntity(this,new Vec3(0,5,4)); 485 484 sk.NeedsUpdate=true; 486 485 sk.Build(this,data); 487 486 SortScene(); 488 trace("there"); 489 } 487 } 490 488 491 489 public function SpaceClear(pos:Vec3)
Note: See TracChangeset
for help on using the changeset viewer.