Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 14, 2016, 1:00:08 PM (8 years ago)
Author:
tgidron
Message:

Pickup Development

Location:
code/branches/tgidronFS16/data
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tgidronFS16/data/levels/Hover.oxw

    r11052 r11163  
    2525?>
    2626
     27<Template name=destroyhoverpickupRepresentation>
     28    <PickupRepresentation>
     29        <spawner-representation>
     30            <StaticEntity>
     31                <attached>
     32                    <Billboard position="0,0,0" colour="0.6,0.⁰,0.8" material="Sphere2" scale=0.1>
     33                        <attached>
     34                            <Billboard position="0,0,0" colour="0.6,0.⁰,0.8" material="Asterisk" scale=0.65 />
     35                        </attached>
     36                    </Billboard>
     37                </attached>
     38            </StaticEntity>
     39        </spawner-representation>
     40    </PickupRepresentation>
     41</Template>
     42
     43<PickupRepresentation
     44    name = "destroyhover"
     45    pickupName = "Destroy Carrier Pickup"
     46    pickupDescription = "destroys you."
     47    spawnerTemplate = "destroyhoverpickupRepresentation"
     48    inventoryRepresentation = "destroyCarrierPickup"
     49/>
     50
     51
    2752<Level
    2853plugins = hover
     
    3358  </templates>
    3459  <?lua include("includes/notifications.oxi") ?>
     60
     61
     62
    3563
    3664  <Scene
  • code/branches/tgidronFS16/data/levels/templates/spaceshipHover.oxt

    r11151 r11163  
    2020   primaryThrust     = 100
    2121   auxilaryThrust    = 1
    22    rotationThrust    = 30
     22   rotationThrust    = 40
    2323
    24    jumpBoost = 90
     24   jumpBoost = 120
    2525
    2626   lift = 1;
  • code/branches/tgidronFS16/data/overlays/HoverHUD.oxo

    r11151 r11163  
    4545    </HUDHealthBar>
    4646
    47 
     47   
    4848    <HUDNavigation
    4949     name          = "Navigation"
Note: See TracChangeset for help on using the changeset viewer.