Changeset 4247
- Timestamp:
- Nov 24, 2006, 11:47:17 AM (18 years ago)
- Location:
- data/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
data/trunk/scripts/falldown.lua
r4202 r4247 10 10 11 11 -- Get objects from orxonox 12 thisscript:addObject(" TestEntity", "fallingguy")12 thisscript:addObject("GenericNPC", "fallingguy") 13 13 thisscript:addObject("FPSPlayer", "Player") 14 14 thisscript:addObject("GenericNPC","fleemechanic") -
data/trunk/worlds/sp_level_ambush_at_uranus.oxw
r4202 r4247 152 152 </GenericNPC> 153 153 154 < TestEntity>154 <GenericNPC> 155 155 <name>fallingguy</name> 156 156 <model>models/creatures/doom_guy.md2, 10</model> … … 158 158 <abs-coor>620.5, 500, -750</abs-coor> 159 159 <abs-dir>-1.55, 0, 0, 1</abs-dir> 160 </ TestEntity>160 </GenericNPC> 161 161 162 162 <Door>
Note: See TracChangeset
for help on using the changeset viewer.