Changeset 909
- Timestamp:
- 02/01/2011 03:18:47 PM (10 years ago)
- Location:
- scenarios/GerminationX
- Files:
-
- 8 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
scenarios/GerminationX/fungi/src/Fungi.hx
r908 r909 350 350 Update(0); 351 351 SortScene(); 352 var names = [" VerticalSpirit","CoverSpirit"];352 var names = ["CanopySpirit","VerticalSpirit","CoverSpirit"]; 353 353 var positions = [new Vec3(0,5,4), new Vec3(7,0,4), new Vec3(2,10,4)]; 354 354 355 for (i in 0... 2)355 for (i in 0...3) 356 356 { 357 357 Server.Request("spirit-sprites/"+names[i],
Note: See TracChangeset
for help on using the changeset viewer.