Logic Editor: Buttons for moving game properties up/down
D1163 by @panzergame, with minor edits by me (@Severin)
This commit is contained in:
@@ -94,6 +94,7 @@ void OBJECT_OT_game_property_new(struct wmOperatorType *ot);
|
||||
void OBJECT_OT_game_property_remove(struct wmOperatorType *ot);
|
||||
void OBJECT_OT_game_property_copy(struct wmOperatorType *ot);
|
||||
void OBJECT_OT_game_property_clear(struct wmOperatorType *ot);
|
||||
void OBJECT_OT_game_property_move(struct wmOperatorType *ot);
|
||||
void OBJECT_OT_logic_bricks_copy(struct wmOperatorType *ot);
|
||||
void OBJECT_OT_game_physics_copy(struct wmOperatorType *ot);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user