Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2018, 2:25:15 PM (6 years ago)
Author:
dreherm
Message:

Added level info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/3DPacman_FS18/data/levels/3DPacman.oxw

    r11976 r11984  
    22 name = "3DPacman"
    33 description = "A 3DVersion of Pacman."
    4  tags = "test"
    5  screenshot = "emptylevel.png"
     4 tags = "minigame"
     5 screenshot = "Pacman.png"
    66/>
    77
     
    1616?>
    1717
    18 <!-- include("templates/spaceshipEscort.oxt") -->
    19 
    2018<Level
    2119  plugins = pacman
     
    3533    <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"/>
    3634    <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 /> -->
    3935
    4036<!-- GHOSTS -->
     
    18051801  <BoxCollisionShape position="155,10,130" halfExtents="10,30,25" />
    18061802  <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 -->
    18081804  <BoxCollisionShape position="0,10,150" halfExtents="60,30,10" />
    18091805  <BoxCollisionShape position="0,10,180" halfExtents="10,30,25" />
     
    18171813</StaticEntity>
    18181814
    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"/>
    18211826<PortalLink fromID="1" toID="2" />
    18221827<PortalLink fromID="2" toID="1" />
Note: See TracChangeset for help on using the changeset viewer.