Changeset 9777 for code/branches/invaders/data/levels
- Timestamp:
- Nov 11, 2013, 4:01:44 PM (11 years ago)
- Location:
- code/branches/invaders/data/levels
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/invaders/data/levels/Invaders.oxw
r9724 r9777 16 16 include("templates/spaceshipPirate.oxt") 17 17 include("templates/spaceshipInvader.oxt") 18 include("templates/enemyInvader.oxt") 18 19 ?> 19 20 … … 55 56 56 57 <?lua 57 for i = 1, 250, 1 58 do 59 j = math.random() 58 for i = 1, 300, 1 do 59 j = math.random() 60 60 ?> 61 61 62 62 <MovableEntity 63 position = "<?lua print(math.random()* 15000 - 1000) ?>,-1000,<?lua print(math.random() * 12000 - 4000) ?>"63 position = "<?lua print(math.random()* 30000 - 1000) ?>,-1000,<?lua print(math.random() * 4000 - 2000) ?>" 64 64 collisionType = dynamic 65 65 linearDamping = 0.8 66 66 angularDamping = 0 67 67 scale = "<?lua print(j * 150)?>" 68 collisiondamage = 168 collisiondamage = 0 69 69 enablecollisiondamage = true 70 70 >
Note: See TracChangeset
for help on using the changeset viewer.