diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-19 03:02:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-19 03:02:29 -0300 |
commit | 4cf1a42dfce4c2edeb5fcf80e0759a5e01c25430 (patch) | |
tree | 9ca4cb7579510b811fb8676b34d9d36bc3c70be4 /game/soul.rpy | |
parent | 3e447919cf79895c4e57cd05d38d60c3b71c8316 (diff) | |
download | renpy-4cf1a42dfce4c2edeb5fcf80e0759a5e01c25430.tar.gz renpy-4cf1a42dfce4c2edeb5fcf80e0759a5e01c25430.tar.bz2 renpy-4cf1a42dfce4c2edeb5fcf80e0759a5e01c25430.tar.xz renpy-4cf1a42dfce4c2edeb5fcf80e0759a5e01c25430.zip |
A clever hack, but right now, you cannot advance to chapter 2. Hmm.
Diffstat (limited to 'game/soul.rpy')
-rw-r--r-- | game/soul.rpy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/game/soul.rpy b/game/soul.rpy index 6d8f48d..9767218 100644 --- a/game/soul.rpy +++ b/game/soul.rpy @@ -35,6 +35,7 @@ screen souldata(): null height 30 hbox: label "{color=#FFF}%s %d{/color}" % (_("Level"), mySoul["level"]) + # TODO: #button Level up null height 30 ## TODO: Other stuff |