mirror of
https://github.com/Relintai/godot-steering-ai-framework.git
synced 2024-12-24 05:37:15 +01:00
Remove comment
This commit is contained in:
parent
8e04378b1c
commit
b6226d45b0
@ -12,7 +12,6 @@ onready var button: Button = $VBoxContainer/Button
|
||||
|
||||
func _ready() -> void:
|
||||
list.connect("demo_selected", self, "set_demo_path")
|
||||
# I don't emit the demo_path as an argument as I've had type issues doing so
|
||||
list.connect("item_activated", self, "emit_signal", ["demo_requested"])
|
||||
button.connect("pressed", self, "emit_signal", ["demo_requested"])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user