summaryrefslogtreecommitdiff
path: root/scripts/popup.gd
diff options
context:
space:
mode:
authorJ08nY2017-04-25 02:45:44 +0200
committerJ08nY2017-04-25 02:45:44 +0200
commitbb5ee4905d83f71deb9a5b0f31cd937c91f287dc (patch)
treea6c6f207d05f24f4a47ced8e4354054bb5da819c /scripts/popup.gd
parent379c2794c40bc2b212d29fa0e0847f76e3f3a870 (diff)
downloadld38-master.tar.gz
ld38-master.tar.zst
ld38-master.zip
Diffstat (limited to 'scripts/popup.gd')
-rw-r--r--scripts/popup.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/popup.gd b/scripts/popup.gd
index ce3e254..a4b1a4c 100644
--- a/scripts/popup.gd
+++ b/scripts/popup.gd
@@ -30,6 +30,7 @@ func set_options(options):
label.add_text(opt)
label.newline()
i += 1
+ button.select(0)
label.pop()
func set_life(life):