Changeset 7640 for code/branches/lastmanstanding/data/levels
- Timestamp:
- Nov 11, 2010, 5:06:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/lastmanstanding/data/levels/gametype_dynamicmatch.oxw
r7163 r7640 68 68 <?lua 69 69 max = 20 70 for i = 1, max, 170 for i = 0, max, 1 71 71 do 72 72 y = math.sin(i/max*6)*4000 73 73 z = math.cos(i/max*6)*5000 74 x = i*10074 x = 0 75 75 ?> 76 76 <?lua
Note: See TracChangeset
for help on using the changeset viewer.