mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-21 23:54:23 +00:00
Add WIP DropOnFree
This commit is contained in:
parent
5dd3c62410
commit
fecacaf2aa
2 changed files with 6 additions and 0 deletions
|
@ -9,3 +9,7 @@ func _ready() -> void:
|
|||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
func _process(delta: float) -> void:
|
||||
pass
|
||||
|
||||
|
||||
func _on_tree_exiting() -> void:
|
||||
pass # Replace with function body.
|
||||
|
|
|
@ -4,3 +4,5 @@
|
|||
|
||||
[node name="DropOnFree" type="Node2D"]
|
||||
script = ExtResource("1_4xihn")
|
||||
|
||||
[connection signal="tree_exiting" from="." to="." method="_on_tree_exiting"]
|
||||
|
|
Loading…
Reference in a new issue