Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 31, 2016, 11:42:11 PM (8 years ago)
Author:
fvultier
Message:

Some HUDs (Health, Shield, Weapons, EnemyHealth, EnemyShield) are also displayed in FPS mode. Removed two unused redundant files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/data/levels/FPS_Level_HS14.oxw

    r11052 r11104  
    1111  include("stats.oxo")
    1212  include("HUDTemplates3.oxo")
     13  include("HUDTemplatesFPS.oxo")
    1314  include("templates/lodInformation.oxt")
    1415  include("templates/pickupRepresentationTemplates.oxt")
     
    2223  include("templates/spaceshipTurret.oxt")
    2324  include("templates/spaceshipCollateralDamage.oxt")
    24   include("templates/FPS_HS14.oxt")
     25  include("templates/FPS.oxt")
    2526  include("templates/HeavyCruiser.oxt")
    2627  include("templates/spacestation_elements.oxt")
     
    139140        <!-- FPS Player as destination of the dock -->
    140141        <!-- My position after docking -->
    141             <FpsPlayer template = "fps_HS14" radarname = "First Person Player" position = "1330,-20016,0" >
     142            <FpsPlayer template = "fps" radarname = "First Person Player" position = "1330,-20016,0" >
    142143              <attached>
    143144                <DistanceTriggerBeacon name="bcnDestroyer" />
     
    313314               
    314315 </attached>
    315   </StaticEntity>
     316</StaticEntity>
    316317       
    317318   
Note: See TracChangeset for help on using the changeset viewer.