Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 13, 2017, 4:34:53 PM (6 years ago)
Author:
remartin
Message:

Pickup generating works now after changing privacy settings of set methods in PickupSpawner.h. Added lots of debugging messages, spawnChildren does lead to a crash, still.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/AsteroidMining_HS17/data/levels/AsteroidFarming.oxw

    r11551 r11561  
    33 description = "Testing the Asteroid Mining Project, PPS HS 17"
    44 tags = "test"
    5  screenshot = "mytestlevel.png"
     5 screenshot = "AsteroidFarming.png"
    66/>
    77
     
    2424  <?lua include("includes/notifications.oxi") ?>
    2525
     26
    2627  <Scene
    2728    ambientlight = "0.8, 0.8, 0.8"
    2829    skybox       = "Orxonox/Starbox"
    2930  >
     31
     32  <?lua
     33      include("includes/pickups.oxi")
     34  ?>
    3035
    3136    <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"/>
Note: See TracChangeset for help on using the changeset viewer.