Changeset 11984 for code/branches/3DPacman_FS18/data/levels
- Timestamp:
- May 24, 2018, 2:25:15 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS18/data/levels/3DPacman.oxw
r11976 r11984 2 2 name = "3DPacman" 3 3 description = "A 3DVersion of Pacman." 4 tags = " test"5 screenshot = " emptylevel.png"4 tags = "minigame" 5 screenshot = "Pacman.png" 6 6 /> 7 7 … … 16 16 ?> 17 17 18 <!-- include("templates/spaceshipEscort.oxt") -->19 20 18 <Level 21 19 plugins = pacman … … 35 33 <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/> 36 34 <SpawnPoint team=0 position="0,10,150" lookat="0,0,0" spawnclass=PacmanGelb pawndesign=PacmanGelb /> 37 38 <!-- <SpawnPoint team=0 position="0,10,150" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort /> -->39 35 40 36 <!-- GHOSTS --> … … 1805 1801 <BoxCollisionShape position="155,10,130" halfExtents="10,30,25" /> 1806 1802 <BoxCollisionShape position="-220,10,150" halfExtents="20,30,10" /> 1807 <BoxCollisionShape position=" -220,10,150" halfExtents="20,30,10" /> <!-- 30 -->1803 <BoxCollisionShape position="220,10,150" halfExtents="20,30,10" /> <!-- 30 --> 1808 1804 <BoxCollisionShape position="0,10,150" halfExtents="60,30,10" /> 1809 1805 <BoxCollisionShape position="0,10,180" halfExtents="10,30,25" /> … … 1817 1813 </StaticEntity> 1818 1814 1819 <PortalEndPoint position="-240,10,0" id="1" distance="40" target="Pawn"/> 1820 <PortalEndPoint position="240,10,0" id="2" distance="40" target="Pawn"/> 1815 1816 <Template name=Portal> 1817 <PortalEndPoint> 1818 <attached> 1819 <Model mesh="Spacegate.mesh" yaw="90"/> 1820 </attached> 1821 </PortalEndPoint> 1822 </Template> 1823 1824 <PortalEndPoint position="-240,15,5" id="1" distance="40" target="Pawn" design="Portal"/> 1825 <PortalEndPoint position="240,15,5" id="2" distance="40" target="Pawn" design="Portal"/> 1821 1826 <PortalLink fromID="1" toID="2" /> 1822 1827 <PortalLink fromID="2" toID="1" />
Note: See TracChangeset
for help on using the changeset viewer.