Cleanup: RNA naming, use 'max' as a suffix
This commit is contained in:
@@ -55,7 +55,7 @@ class PHYSICS_PT_game_physics(PhysicsButtonsPanel, Panel):
|
||||
layout.prop(game, "step_height", slider=True)
|
||||
layout.prop(game, "jump_speed")
|
||||
layout.prop(game, "fall_speed")
|
||||
layout.prop(game, "max_jumps")
|
||||
layout.prop(game, "jump_max")
|
||||
|
||||
elif physics_type in {'DYNAMIC', 'RIGID_BODY'}:
|
||||
split = layout.split()
|
||||
|
||||
Reference in New Issue
Block a user