[Orxonox-commit 7783] r12375 - code/branches/3DPacman_FS19/data/levels
rueegseb at orxonox.net
rueegseb at orxonox.net
Thu May 16 14:05:52 CEST 2019
Author: rueegseb
Date: 2019-05-16 14:05:52 +0200 (Thu, 16 May 2019)
New Revision: 12375
Modified:
code/branches/3DPacman_FS19/data/levels/3DPacman.oxw
code/branches/3DPacman_FS19/data/levels/gallery.oxw
Log:
laser xml added
Modified: code/branches/3DPacman_FS19/data/levels/3DPacman.oxw
===================================================================
--- code/branches/3DPacman_FS19/data/levels/3DPacman.oxw 2019-05-16 11:36:04 UTC (rev 12374)
+++ code/branches/3DPacman_FS19/data/levels/3DPacman.oxw 2019-05-16 12:05:52 UTC (rev 12375)
@@ -34,29 +34,29 @@
<SpawnPoint team=0 position="0,10,150" lookat="0,0,0" spawnclass=PacmanGelb pawndesign=PacmanGelb />
<!-- GHOSTS -->
-<PacmanGhost position="0,10,15" colour='1'>
+<PacmanRed position="0,10,15" colour='1'>
<attached>
<Model position="0,0,0" mesh="PacmanGhostRed.mesh" scale="5" />
</attached>
-</PacmanGhost>
+</PacmanRed>
-<PacmanGhost position="0,10,15" colour='2'>
+<PacmanCyan position="0,10,15" colour='2'>
<attached>
<Model position="0,0,0" mesh="PacmanGhostBlue.mesh" scale="5" />
</attached>
-</PacmanGhost>
+</PacmanCyan>
-<PacmanGhost position="0,10,15" colour='3'>
+<PacmanBrown position="0,10,15" colour='3'>
<attached>
<Model position="0,0,0" mesh="PacmanGhostOrange.mesh" scale="5" />
</attached>
-</PacmanGhost>
+</PacmanBrown>
-<PacmanGhost position="0,10,15" colour='4'>
+<PacmanPink position="0,10,15" colour='4'>
<attached>
<Model position="0,0,0" mesh="PacmanGhostPink.mesh" scale="5" />
</attached>
-</PacmanGhost>
+</PacmanPink>
<PacmanGhost position="0,-20,0" >
@@ -86,6 +86,13 @@
<!-- POINTS first Line -->
+
+<PacmanLaser position="-215,10,245">
+ <attached>
+ <Model position="0, 60,-40" yaw="90" pitch="-90" roll="0" scale3D="1, 1, 10" mesh="LaserBeam2.mesh" />
+ </attached>
+</PacmanLaser>
+
<PacmanPointSphere position="-215,10,245">
<attached>
<Model position="0,0,0" mesh="PacmanPointSphere.mesh" scale="5" />
Modified: code/branches/3DPacman_FS19/data/levels/gallery.oxw
===================================================================
--- code/branches/3DPacman_FS19/data/levels/gallery.oxw 2019-05-16 11:36:04 UTC (rev 12374)
+++ code/branches/3DPacman_FS19/data/levels/gallery.oxw 2019-05-16 12:05:52 UTC (rev 12375)
@@ -98,7 +98,7 @@
<!--Model position="0,0,-40" yaw="90" pitch="-90" roll="0" scale="1" mesh="stunweapon.mesh" /-->
<Model position="0, 20,-40" yaw="90" pitch="-90" roll="0" scale="2" mesh="LightningGun.mesh" />
<Model position="0, 40,-40" yaw="90" pitch="-90" roll="0" scale="2" mesh="LightningGun-s.mesh" />
- <Model position="0, 60,-40" yaw="90" pitch="-90" roll="0" scale="1.5" mesh="LaserBeam2.mesh" />
+ <Model position="0, 60,-40" yaw="90" pitch="-90" roll="0" scale3D="1, 1, 10" mesh="LaserBeam2.mesh" />
<Model position="0, 80,-40" yaw="90" pitch="-90" roll="0" scale="2" mesh="rocket.mesh" />
<Model position="0,-20,-40" yaw="90" pitch="-90" roll="0" scale="5" mesh="hs-w01.mesh" />
<Model position="0,-40,-40" yaw="90" pitch="-90" roll="0" scale="5" mesh="hs-w01s.mesh" />
More information about the Orxonox-commit
mailing list