mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-07-15 08:24:48 +00:00
✨ jetpack stuttering, physics updates, deps upgrades
This commit is contained in:
parent
36168ed18c
commit
bbf551f3fa
101 changed files with 2302 additions and 1740 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue