jetpack stuttering, physics updates, deps upgrades

This commit is contained in:
anyreso 2024-11-06 14:24:28 +00:00
parent 36168ed18c
commit bbf551f3fa
101 changed files with 2302 additions and 1740 deletions

View file

@ -53,7 +53,7 @@ func test_that_flag_grab_hides_flag() -> void:
func test_grab_taken_flag() -> void:
test_grab_flag()
var _new_carry = FlagCarryComponent.new()
var _new_carry : FlagCarryComponent = FlagCarryComponent.new()
add_child_autofree(_new_carry)
_new_carry.grab(_subject)
assert_null(_new_carry._flag)