diff options
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): |
