Changeset 5286
- Timestamp:
- Nov 25, 2008, 1:15:25 AM (16 years ago)
- Location:
- data/media
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
data/media/levels/hudtemplates3.oxw
r5267 r5286 52 52 correctAspect = true 53 53 size = "0.17, 0.17" 54 position = " 0.5, 1.0"55 pickPoint = " 0.5, 1.0"54 position = "1.0, 1.0" 55 pickPoint = "1.0, 1.0" 56 56 rotation = 0 57 57 sensitivity = 1.0 -
data/media/levels/sample3.oxw
r5285 r5286 165 165 <Model position="0,300,-100" pitch=-90 roll=-90 scale=4 mesh="spacecruiser.mesh" /--> 166 166 167 168 <?lua 169 for i = 1, 0, 1 170 do ?> 171 <MovableEntity position="<?lua print(math.random() * 3000 - 1500)?>, <?lua print(math.random() * 3000 - 1500) ?>, <?lua print(math.random() * 3000 - 1500) ?>" rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>"> 172 <attached> 173 <Model scale="<?lua print(math.random() * 20) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false /> 174 </attached> 175 </MovableEntity> 176 <?lua 177 end 178 ?> 179 167 180 </Scene> 168 181 </Level> -
data/media/levels/spaceshiptemplates3.oxw
r5285 r5286 1 1 <Template name=spaceshipassff> 2 2 <SpaceShip 3 hudtemplate = spaceshiphud 3 4 camerapositiontemplate = spaceshipassffcameras 4 5 engine = spaceshipassffengine
Note: See TracChangeset
for help on using the changeset viewer.