diff options
Diffstat (limited to 'save_state.gd')
-rw-r--r-- | save_state.gd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/save_state.gd b/save_state.gd index edd6ed5..2e54d6c 100644 --- a/save_state.gd +++ b/save_state.gd @@ -54,4 +54,10 @@ func pack_data(): "coffee_beans": coffee_beans, "bitcoin": bitcoin, "riot_cooldown": riot_cooldown, + "tutorial": tutorial, } + +var tutorial = { + "introduction": false, +} + |