Fixed names for a better traceability of code errors with orignal code lesson. End of lesson 25. Player is moving on the map viewport!
This commit is contained in:
6
scripts/ui/UI.gd
Normal file
6
scripts/ui/UI.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
extends Control
|
||||
|
||||
class_name UI
|
||||
|
||||
func _on_pass_button_pressed():
|
||||
CommandDispatcher.PROCESS_COMMAND.emit(PassCommand.new())
|
||||
1
scripts/ui/UI.gd.uid
Normal file
1
scripts/ui/UI.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://bjic7g285omo8
|
||||
Reference in New Issue
Block a user