1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2024-11-22 15:44:21 +00:00
swear-jar/value/evaluator.tscn

10 lines
358 B
Text
Raw Normal View History

[gd_scene load_steps=2 format=3 uid="uid://beg758fa6o0cs"]
[ext_resource type="Script" path="res://value/evaluator.gd" id="1_sjx78"]
2023-10-01 12:43:52 +00:00
[node name="Evaluator" type="Area2D"]
script = ExtResource("1_sjx78")
2023-10-01 12:43:52 +00:00
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
[connection signal="body_exited" from="." to="." method="_on_body_exited"]