Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 4, 2006, 12:55:44 AM (18 years ago)
Author:
bensch
Message:

orxonox/data/trunk: merged the single_player_map back.
merged with command:
svn merge https://svn.orxonox.net/data/branches/single_player_map . -r624:HEAD
no conflicts, that mattered (all merged to the favour of the branche)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/trunk/scripts/floorguy.lua

    r3991 r4080  
     1-- Get objects from orxonox
     2thisscript:addObject("GenericNPC", "floorguy")
     3thisscript:addObject("FPSPlayer", "Player")
    14
    25programRoute = true
    3 height = 80
     6height = -10
    47
    58function tick(timestep)
Note: See TracChangeset for help on using the changeset viewer.