diff options
| author | J08nY | 2017-04-25 02:45:44 +0200 |
|---|---|---|
| committer | J08nY | 2017-04-25 02:45:44 +0200 |
| commit | bb5ee4905d83f71deb9a5b0f31cd937c91f287dc (patch) | |
| tree | a6c6f207d05f24f4a47ced8e4354054bb5da819c /scripts/popup.gd | |
| parent | 379c2794c40bc2b212d29fa0e0847f76e3f3a870 (diff) | |
| download | ld38-master.tar.gz ld38-master.tar.zst ld38-master.zip | |
Diffstat (limited to 'scripts/popup.gd')
| -rw-r--r-- | scripts/popup.gd | 1 |
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): |
