Skip to content

Commit

Permalink
Merge pull request #6 from RedstoneMedia/sortit-buggy-physics-godot3.…
Browse files Browse the repository at this point in the history
…5-additions

Sort It physics godot3.5 fix additions
  • Loading branch information
Numenter authored Sep 30, 2022
2 parents d3ae2c1 + 34a8f01 commit 0bbc599
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 18 deletions.
3 changes: 2 additions & 1 deletion game/games/sortit/box.gd
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ var force_sleep: bool = false


func _process(_delta):
# Handle boxes falling through the ground (Should not happen)
if translation.y < -10:
print("box dropped throw ground!")
push_warning("SortIt: Box dropped through the ground")
_on_despawn_timer_timeout()

if force_sleep:
Expand Down
18 changes: 8 additions & 10 deletions game/games/sortit/game.tscn

Large diffs are not rendered by default.

11 changes: 4 additions & 7 deletions game/games/sortit/pedestal.tscn

Large diffs are not rendered by default.

0 comments on commit 0bbc599

Please sign in to comment.