PLAYER: Moving player move object ability to out of dev folder #14
No reviewers
Labels
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BUGJam/pounce-game!14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "movable"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds the ability to push/pull "movable" objects around.
@ -154,3 +175,1 @@var _movement_direction := _handle_movement(delta)_handle_look_input(delta)_handle_input(delta)if movable:Seems like it would be good to move this out into its own function, but not super important