Changeset 9854 for code/branches/invaders/data
- Timestamp:
- Dec 2, 2013, 3:53:08 PM (11 years ago)
- Location:
- code/branches/invaders/data
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/invaders/data/levels/templates/enemyInvader.oxt
r9828 r9854 7 7 explosionchunks = 4 8 8 9 health = 1 10 maxhealth = 1 11 initialhealth = 1 9 health = 100 10 maxhealth = 100 11 initialhealth = 100 12 12 13 13 shieldhealth = 35 … … 46 46 </engines> 47 47 <attached> 48 <Model position="0,0,0" yaw= 90 pitch=0 roll=0 scale=8 mesh="escortShip.mesh" />49 <Model position="0,0,0" yaw=180 pitch= 90 roll=0 scale=8mesh="escortWeapon.mesh" />48 <Model position="0,0,0" yaw=180 pitch=270 roll=0 scale=2 mesh="swallow_mat.mesh" /> 49 <Model position="0,0,0" yaw=180 pitch=270 roll=0 scale=2 mesh="escortWeapon.mesh" /> 50 50 <!--Model mesh="cube.mesh" mass=10 position="0,0,3" scale3D="10,4,8" /> 51 52 swallow_mat.mesh 53 "ghost.mesh" 54 51 55 <Model mesh="cube.mesh" mass=10 position="12.6,-2,3" scale3D="2.8,2.8,11" /> 52 56 <Model mesh="cube.mesh" mass=10 position="-12.6,-2,3" scale3D="2.8,2.8,11" /> -
code/branches/invaders/data/overlays/InvaderHUD.oxo
r9829 r9854 68 68 showpoints = true 69 69 /> 70 71 72 <OverlayText 73 position = "0.4, 0.1" 74 pickpoint = "0.0, 0.0" 75 font = "ShareTechMono" 76 textsize = 0.04 77 colour = "1.0, 1.0, 1.0, 1.0" 78 align = "left" 79 caption = "X" 80 /> 81 <InvaderHUDinfo 82 position = "0.42, 0.1" 83 pickpoint = "0.0, 0.0" 84 font = "ShareTechMono" 85 textsize = 0.04 86 colour = "1.0, 1.0, 1.0, 1.0" 87 align = "left" 88 89 showMultiplier = true 90 /> 70 91 </OverlayGroup> 71 92 </Template>
Note: See TracChangeset
for help on using the changeset viewer.