Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 31, 2010, 9:24:33 AM (14 years ago)
Author:
dafrick
Message:

Updated pickups level and template and include file to properly include the DronePickup.
Additionally adjusted the level of output generated by the PickupSpawner.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation3/data/levels/templates/pickup_representation_templates.oxt

    r7034 r7038  
    2626  />
    2727</Template>
    28 
    2928
    3029<Template name=mediumshieldpickupRepresentation>
     
    426425    </PickupCollection>
    427426</Template>
     427
     428<!-- Drone Pickup -->
    428429
    429430<Template name=droneTemplate>
     
    458459    </Drone>
    459460</Template>
     461
     462<Template name=dronepickupRepresentation>
     463    <PickupRepresentation>
     464        <spawner-representation>
     465            <StaticEntity>
     466                <attached>
     467                    <Billboard position="0,0,0" colour="0.96,0.35,0.02" material="Sphere2" scale=0.1>
     468                        <attached>
     469                            <Model scale="5" mesh="drone.mesh"/>
     470                        </attached>
     471                    </Billboard>
     472                </attached>
     473            </StaticEntity>
     474        </spawner-representation>
     475    </PickupRepresentation>
     476</Template>
     477
     478<Template name=dronepickup>
     479    <DronePickup droneTemplate=droneTemplate />
     480</Template>
     481
Note: See TracChangeset for help on using the changeset viewer.