Vast improvements and a working finite state machine, working on new guild member registration.
This commit is contained in:
10
end_shift_confirmation.gd
Normal file
10
end_shift_confirmation.gd
Normal file
@@ -0,0 +1,10 @@
|
||||
extends ConfirmationDialog
|
||||
|
||||
|
||||
func _on_confirmed() -> void:
|
||||
Game.end_shift()
|
||||
hide()
|
||||
|
||||
|
||||
func _on_canceled() -> void:
|
||||
hide()
|
||||
Reference in New Issue
Block a user