[Orxonox-commit 7793] r12385 - in code/branches/3DPacman_FS19: data/levels src/modules/pacman
pemil at orxonox.net
pemil at orxonox.net
Thu May 16 16:14:18 CEST 2019
Author: pemil
Date: 2019-05-16 16:14:17 +0200 (Thu, 16 May 2019)
New Revision: 12385
Modified:
code/branches/3DPacman_FS19/data/levels/3DPacman.oxw
code/branches/3DPacman_FS19/src/modules/pacman/Pacman.cc
Log:
final 1.0
Modified: code/branches/3DPacman_FS19/data/levels/3DPacman.oxw
===================================================================
--- code/branches/3DPacman_FS19/data/levels/3DPacman.oxw 2019-05-16 14:03:46 UTC (rev 12384)
+++ code/branches/3DPacman_FS19/data/levels/3DPacman.oxw 2019-05-16 14:14:17 UTC (rev 12385)
@@ -87,9 +87,9 @@
<!-- POINTS first Line -->
-<PacmanLaser position="20,-200,150">
+<PacmanLaser position="20,-20000,150">
<attached>
- <Model position="0, 0, 0" yaw="90" pitch="-90" roll="0" scale3D="1, 1, 10" mesh="LaserBeam2.mesh" />
+ <Model position="0, 0, 0" yaw="90" pitch="-90" roll="0" scale3D="5, 5, 50" mesh="LaserBeam2.mesh" />
</attached>
</PacmanLaser>
Modified: code/branches/3DPacman_FS19/src/modules/pacman/Pacman.cc
===================================================================
--- code/branches/3DPacman_FS19/src/modules/pacman/Pacman.cc 2019-05-16 14:03:46 UTC (rev 12384)
+++ code/branches/3DPacman_FS19/src/modules/pacman/Pacman.cc 2019-05-16 14:14:17 UTC (rev 12385)
@@ -287,6 +287,7 @@
};
i++;
}
+ orxout() << i << endl;
//Set maximum of points of first level
totallevelpoint = ObjectList<PacmanPointSphere>().size();
More information about the Orxonox-commit
mailing list