Changeset 6524 for code/trunk/data
- Timestamp:
- Mar 15, 2010, 3:27:09 PM (15 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
- 3 copied
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/data/levels/empty_level.oxw
r6417 r6524 30 30 </attached> 31 31 </Rocket--> 32 33 <?lua 34 for i = 1,100,1 35 do ?> 36 <StaticEntity position="<?lua print(math.random() * 1000) ?>, <?lua print(math.random() * 1000) ?>, <?lua print(math.random() * 1000) ?>"> 37 <attached> 38 <Model scale="<?lua print(math.random() * 20 + 5) ?>" mesh="ast1.mesh" shadow=false /> 39 </attached> 40 </StaticEntity> 41 <?lua 42 end 43 ?> 32 44 33 45
Note: See TracChangeset
for help on using the changeset viewer.