box trap
This commit is contained in:
parent
a17c4a93b1
commit
8479377eb0
@ -3,11 +3,11 @@
|
|||||||
state={
|
state={
|
||||||
"bookmarks": PackedInt32Array(),
|
"bookmarks": PackedInt32Array(),
|
||||||
"breakpoints": PackedInt32Array(),
|
"breakpoints": PackedInt32Array(),
|
||||||
"column": 18,
|
"column": 44,
|
||||||
"folded_lines": Array[int]([]),
|
"folded_lines": Array[int]([]),
|
||||||
"h_scroll_position": 0,
|
"h_scroll_position": 0,
|
||||||
"row": 25,
|
"row": 11,
|
||||||
"scroll_position": 8.0,
|
"scroll_position": 0.0,
|
||||||
"selection": false,
|
"selection": false,
|
||||||
"syntax_highlighter": "GDScript"
|
"syntax_highlighter": "GDScript"
|
||||||
}
|
}
|
||||||
|
@ -12,7 +12,7 @@ func _ready():
|
|||||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||||
func _process(delta):
|
func _process(delta):
|
||||||
pass
|
pass
|
||||||
|
#test
|
||||||
|
|
||||||
func _on_area_2d_areatrigger(effect, body):
|
func _on_area_2d_areatrigger(effect, body):
|
||||||
print("Game Controller sees the trigger " + effect)
|
print("Game Controller sees the trigger " + effect)
|
||||||
|
Loading…
Reference in New Issue
Block a user