aboutsummaryrefslogtreecommitdiff
path: root/dialog
diff options
context:
space:
mode:
Diffstat (limited to 'dialog')
-rw-r--r--dialog/dialog.gd2
1 files changed, 0 insertions, 2 deletions
diff --git a/dialog/dialog.gd b/dialog/dialog.gd
index bfdbab5..1cf0e66 100644
--- a/dialog/dialog.gd
+++ b/dialog/dialog.gd
@@ -19,7 +19,6 @@ func _init():
self.connect("hide", self, "_clear_signals")
reject = Button.new()
- reject.text = "reject"
reject.anchor_top = 1.0
reject.anchor_left = 0.0
reject.anchor_right = 0.5
@@ -29,7 +28,6 @@ func _init():
add_child(reject)
accept = Button.new()
- accept.text = "accept"
accept.anchor_top = 1.0
accept.anchor_left = 0.5
accept.anchor_right = 1.0