This commit is contained in:
mitchellgunn 2024-07-29 21:04:24 -04:00
parent a17c4a93b1
commit 8479377eb0
2 changed files with 4 additions and 4 deletions

View File

@ -3,11 +3,11 @@
state={
"bookmarks": PackedInt32Array(),
"breakpoints": PackedInt32Array(),
"column": 18,
"column": 44,
"folded_lines": Array[int]([]),
"h_scroll_position": 0,
"row": 25,
"scroll_position": 8.0,
"row": 11,
"scroll_position": 0.0,
"selection": false,
"syntax_highlighter": "GDScript"
}

View File

@ -12,7 +12,7 @@ func _ready():
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass
#test
func _on_area_2d_areatrigger(effect, body):
print("Game Controller sees the trigger " + effect)