- added options to enable visualization for obstacle simulation and steering actuator

- added python attributes for parameters of steering actuator
This commit is contained in:
Nick Samarin
2010-07-15 18:41:29 +00:00
parent 219e9022b9
commit 0fbca1dc19
16 changed files with 144 additions and 46 deletions

View File

@@ -557,7 +557,8 @@ class WORLD_PT_game_physics_obstacles(WorldButtonsPanel):
layout.prop(gs, "obstacle_simulation", text = "Type")
if gs.obstacle_simulation != 'None':
layout.prop(gs, "level_height", text="Level height")
layout.prop(gs, "level_height")
layout.prop(gs, "show_obstacle_simulation")
classes = [