Extensive work on virtually all of the visuals and the net code
This commit is contained in:
12
scripts/uninstall_hack_modal.gd
Normal file
12
scripts/uninstall_hack_modal.gd
Normal file
@@ -0,0 +1,12 @@
|
||||
class_name UninstallHackModal extends ConfirmationDialog
|
||||
|
||||
var square : Vector3i
|
||||
|
||||
func button_pressed(button : String) -> void:
|
||||
match(button):
|
||||
"detonate":
|
||||
Game.player.uninstall_hack_at(square)
|
||||
Game.player.close_modal()
|
||||
"attack":
|
||||
Game.player.close_modal()
|
||||
_: return
|
||||
Reference in New Issue
Block a user