7 lines
123 B
GDScript
7 lines
123 B
GDScript
extends Control
|
|
|
|
class_name UI
|
|
|
|
func _on_pass_button_pressed():
|
|
CommandDispatcher.PROCESS_COMMAND.emit(PassCommand.new())
|