diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..844bf89 --- /dev/null +++ b/.gitignore @@ -0,0 +1,228 @@ +# Created by https://www.toptal.com/developers/gitignore/api/renpy,python,windows +# Edit at https://www.toptal.com/developers/gitignore?templates=renpy,python,windows + +### Python ### +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.nox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +*.py,cover +.hypothesis/ +.pytest_cache/ +cover/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +local_settings.py +db.sqlite3 +db.sqlite3-journal + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +.pybuilder/ +target/ + +# Jupyter Notebook +.ipynb_checkpoints + +# IPython +profile_default/ +ipython_config.py + +# pyenv +# For a library or package, you might want to ignore these files since the code is +# intended to run in multiple environments; otherwise, check them in: +# .python-version + +# pipenv +# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. +# However, in case of collaboration, if having platform-specific dependencies or dependencies +# having no cross-platform support, pipenv may install dependencies that don't work, or not +# install all needed dependencies. +#Pipfile.lock + +# poetry +# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. +# This is especially recommended for binary packages to ensure reproducibility, and is more +# commonly ignored for libraries. +# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control +#poetry.lock + +# pdm +# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. +#pdm.lock +# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it +# in version control. +# https://pdm.fming.dev/#use-with-ide +.pdm.toml + +# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm +__pypackages__/ + +# Celery stuff +celerybeat-schedule +celerybeat.pid + +# SageMath parsed files +*.sage.py + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# Spyder project settings +.spyderproject +.spyproject + +# Rope project settings +.ropeproject + +# mkdocs documentation +/site + +# mypy +.mypy_cache/ +.dmypy.json +dmypy.json + +# Pyre type checker +.pyre/ + +# pytype static type analyzer +.pytype/ + +# Cython debug symbols +cython_debug/ + +# PyCharm +# JetBrains specific template is maintained in a separate JetBrains.gitignore that can +# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore +# and can be added to the global gitignore or merged into this file. For a more nuclear +# option (not recommended) you can uncomment the following to ignore the entire idea folder. +#.idea/ + +### Python Patch ### +# Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration +poetry.toml + +# ruff +.ruff_cache/ + +# LSP config files +pyrightconfig.json + +### Renpy ### +# Don't track content of these folders # +######################################## +cache/ +saves/ + + +# Compiled source # +################### +*.com +*.class +*.dll +*.exe +*.o + +*.rpyc +*.rpymc + + +# The log file and other misc things # +###################################### +log.txt +errors.txt +traceback.txt +files.txt + +### Windows ### +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# End of https://www.toptal.com/developers/gitignore/api/renpy,python,windows \ No newline at end of file diff --git a/game/cache/bytecode-39.rpyb b/game/cache/bytecode-39.rpyb index fe753a2..3a5b56c 100644 Binary files a/game/cache/bytecode-39.rpyb and b/game/cache/bytecode-39.rpyb differ diff --git a/game/cache/screens.rpyb b/game/cache/screens.rpyb index 8688fd8..78500e9 100644 Binary files a/game/cache/screens.rpyb and b/game/cache/screens.rpyb differ diff --git a/game/saves/navigation.json b/game/saves/navigation.json index 2e5c7ef..7eee24e 100644 --- a/game/saves/navigation.json +++ b/game/saves/navigation.json @@ -1 +1 @@ -{"error": false, "size": [1920, 1080], "name": "Dino Baddies", "version": "1.0", "location": {"label": {"start": ["game/script.rpy", 11]}, "define": {"config.check_conflicting_properties": ["game/gui.rpy", 15], "gui.accent_color": ["game/gui.rpy", 28], "gui.idle_color": ["game/gui.rpy", 31], "gui.idle_small_color": ["game/gui.rpy", 35], "gui.hover_color": ["game/gui.rpy", 38], "gui.selected_color": ["game/gui.rpy", 42], "gui.insensitive_color": ["game/gui.rpy", 45], "gui.muted_color": ["game/gui.rpy", 49], "gui.hover_muted_color": ["game/gui.rpy", 50], "gui.text_color": ["game/gui.rpy", 53], "gui.interface_text_color": ["game/gui.rpy", 54], "gui.text_font": ["game/gui.rpy", 60], "gui.name_text_font": ["game/gui.rpy", 63], "gui.interface_text_font": ["game/gui.rpy", 66], "gui.text_size": ["game/gui.rpy", 69], "gui.name_text_size": ["game/gui.rpy", 72], "gui.interface_text_size": ["game/gui.rpy", 75], "gui.label_text_size": ["game/gui.rpy", 78], "gui.notify_text_size": ["game/gui.rpy", 81], "gui.title_text_size": ["game/gui.rpy", 84], "gui.main_menu_background": ["game/gui.rpy", 90], "gui.game_menu_background": ["game/gui.rpy", 91], "gui.textbox_height": ["game/gui.rpy", 100], "gui.textbox_yalign": ["game/gui.rpy", 104], "gui.name_xpos": ["game/gui.rpy", 109], "gui.name_ypos": ["game/gui.rpy", 110], "gui.name_xalign": ["game/gui.rpy", 114], "gui.namebox_width": ["game/gui.rpy", 118], "gui.namebox_height": ["game/gui.rpy", 119], "gui.namebox_borders": ["game/gui.rpy", 123], "gui.namebox_tile": ["game/gui.rpy", 127], "gui.dialogue_xpos": ["game/gui.rpy", 133], "gui.dialogue_ypos": ["game/gui.rpy", 134], "gui.dialogue_width": ["game/gui.rpy", 137], "gui.dialogue_text_xalign": ["game/gui.rpy", 141], "gui.button_width": ["game/gui.rpy", 150], "gui.button_height": ["game/gui.rpy", 151], "gui.button_borders": ["game/gui.rpy", 154], "gui.button_tile": ["game/gui.rpy", 158], "gui.button_text_font": ["game/gui.rpy", 161], "gui.button_text_size": ["game/gui.rpy", 164], "gui.button_text_idle_color": ["game/gui.rpy", 167], "gui.button_text_hover_color": ["game/gui.rpy", 168], "gui.button_text_selected_color": ["game/gui.rpy", 169], "gui.button_text_insensitive_color": ["game/gui.rpy", 170], "gui.button_text_xalign": ["game/gui.rpy", 174], "gui.radio_button_borders": ["game/gui.rpy", 183], "gui.check_button_borders": ["game/gui.rpy", 185], "gui.confirm_button_text_xalign": ["game/gui.rpy", 187], "gui.page_button_borders": ["game/gui.rpy", 189], "gui.quick_button_borders": ["game/gui.rpy", 191], "gui.quick_button_text_size": ["game/gui.rpy", 192], "gui.quick_button_text_idle_color": ["game/gui.rpy", 193], "gui.quick_button_text_selected_color": ["game/gui.rpy", 194], "gui.choice_button_width": ["game/gui.rpy", 207], "gui.choice_button_height": ["game/gui.rpy", 208], "gui.choice_button_tile": ["game/gui.rpy", 209], "gui.choice_button_borders": ["game/gui.rpy", 210], "gui.choice_button_text_font": ["game/gui.rpy", 211], "gui.choice_button_text_size": ["game/gui.rpy", 212], "gui.choice_button_text_xalign": ["game/gui.rpy", 213], "gui.choice_button_text_idle_color": ["game/gui.rpy", 214], "gui.choice_button_text_hover_color": ["game/gui.rpy", 215], "gui.choice_button_text_insensitive_color": ["game/gui.rpy", 216], "gui.slot_button_width": ["game/gui.rpy", 226], "gui.slot_button_height": ["game/gui.rpy", 227], "gui.slot_button_borders": ["game/gui.rpy", 228], "gui.slot_button_text_size": ["game/gui.rpy", 229], "gui.slot_button_text_xalign": ["game/gui.rpy", 230], "gui.slot_button_text_idle_color": ["game/gui.rpy", 231], "gui.slot_button_text_selected_idle_color": ["game/gui.rpy", 232], "gui.slot_button_text_selected_hover_color": ["game/gui.rpy", 233], "config.thumbnail_width": ["game/gui.rpy", 236], "config.thumbnail_height": ["game/gui.rpy", 237], "gui.file_slot_cols": ["game/gui.rpy", 240], "gui.file_slot_rows": ["game/gui.rpy", 241], "gui.navigation_xpos": ["game/gui.rpy", 251], "gui.skip_ypos": ["game/gui.rpy", 254], "gui.notify_ypos": ["game/gui.rpy", 257], "gui.choice_spacing": ["game/gui.rpy", 260], "gui.navigation_spacing": ["game/gui.rpy", 263], "gui.pref_spacing": ["game/gui.rpy", 266], "gui.pref_button_spacing": ["game/gui.rpy", 269], "gui.page_spacing": ["game/gui.rpy", 272], "gui.slot_spacing": ["game/gui.rpy", 275], "gui.main_menu_text_xalign": ["game/gui.rpy", 278], "gui.frame_borders": ["game/gui.rpy", 287], "gui.confirm_frame_borders": ["game/gui.rpy", 290], "gui.skip_frame_borders": ["game/gui.rpy", 293], "gui.notify_frame_borders": ["game/gui.rpy", 296], "gui.frame_tile": ["game/gui.rpy", 299], "gui.bar_size": ["game/gui.rpy", 311], "gui.scrollbar_size": ["game/gui.rpy", 312], "gui.slider_size": ["game/gui.rpy", 313], "gui.bar_tile": ["game/gui.rpy", 316], "gui.scrollbar_tile": ["game/gui.rpy", 317], "gui.slider_tile": ["game/gui.rpy", 318], "gui.bar_borders": ["game/gui.rpy", 321], "gui.scrollbar_borders": ["game/gui.rpy", 322], "gui.slider_borders": ["game/gui.rpy", 323], "gui.vbar_borders": ["game/gui.rpy", 326], "gui.vscrollbar_borders": ["game/gui.rpy", 327], "gui.vslider_borders": ["game/gui.rpy", 328], "gui.unscrollable": ["game/gui.rpy", 332], "config.history_length": ["game/gui.rpy", 340], "gui.history_height": ["game/gui.rpy", 344], "gui.history_spacing": ["game/gui.rpy", 347], "gui.history_name_xpos": ["game/gui.rpy", 351], "gui.history_name_ypos": ["game/gui.rpy", 352], "gui.history_name_width": ["game/gui.rpy", 353], "gui.history_name_xalign": ["game/gui.rpy", 354], "gui.history_text_xpos": ["game/gui.rpy", 357], "gui.history_text_ypos": ["game/gui.rpy", 358], "gui.history_text_width": ["game/gui.rpy", 359], "gui.history_text_xalign": ["game/gui.rpy", 360], "gui.nvl_borders": ["game/gui.rpy", 368], "gui.nvl_list_length": ["game/gui.rpy", 372], "gui.nvl_height": ["game/gui.rpy", 376], "gui.nvl_spacing": ["game/gui.rpy", 380], "gui.nvl_name_xpos": ["game/gui.rpy", 384], "gui.nvl_name_ypos": ["game/gui.rpy", 385], "gui.nvl_name_width": ["game/gui.rpy", 386], "gui.nvl_name_xalign": ["game/gui.rpy", 387], "gui.nvl_text_xpos": ["game/gui.rpy", 390], "gui.nvl_text_ypos": ["game/gui.rpy", 391], "gui.nvl_text_width": ["game/gui.rpy", 392], "gui.nvl_text_xalign": ["game/gui.rpy", 393], "gui.nvl_thought_xpos": ["game/gui.rpy", 397], "gui.nvl_thought_ypos": ["game/gui.rpy", 398], "gui.nvl_thought_width": ["game/gui.rpy", 399], "gui.nvl_thought_xalign": ["game/gui.rpy", 400], "gui.nvl_button_xpos": ["game/gui.rpy", 403], "gui.nvl_button_xalign": ["game/gui.rpy", 404], "gui.language": ["game/gui.rpy", 413], "quick_menu": ["game/screens.rpy", 267], "gui.history_allow_tags": ["game/screens.rpy", 928], "config.nvl_list_length": ["game/screens.rpy", 1355], "bubble.frame": ["game/screens.rpy", 1464], "bubble.thoughtframe": ["game/screens.rpy", 1465], "bubble.properties": ["game/screens.rpy", 1467], "bubble.expand_area": ["game/screens.rpy", 1493], "config.name": ["game/options.rpy", 15], "gui.show_name": ["game/options.rpy", 21], "config.version": ["game/options.rpy", 26], "gui.about": ["game/options.rpy", 32], "build.name": ["game/options.rpy", 40], "config.has_sound": ["game/options.rpy", 49], "config.has_music": ["game/options.rpy", 50], "config.has_voice": ["game/options.rpy", 51], "config.enter_transition": ["game/options.rpy", 76], "config.exit_transition": ["game/options.rpy", 77], "config.intra_transition": ["game/options.rpy", 82], "config.after_load_transition": ["game/options.rpy", 87], "config.end_game_transition": ["game/options.rpy", 92], "config.window": ["game/options.rpy", 109], "config.window_show_transition": ["game/options.rpy", 114], "config.window_hide_transition": ["game/options.rpy", 115], "config.save_directory": ["game/options.rpy", 146], "config.window_icon": ["game/options.rpy", 153], "e": ["game/script.rpy", 6]}, "screen": {"say": ["game/screens.rpy", 98], "input": ["game/screens.rpy", 175], "choice": ["game/screens.rpy", 208], "quick_menu": ["game/screens.rpy", 1513], "navigation": ["game/screens.rpy", 288], "main_menu": ["game/screens.rpy", 351], "game_menu": ["game/screens.rpy", 416], "about": ["game/screens.rpy", 546], "save": ["game/screens.rpy", 586], "load": ["game/screens.rpy", 593], "file_slots": ["game/screens.rpy", 600], "preferences": ["game/screens.rpy", 728], "history": ["game/screens.rpy", 888], "help": ["game/screens.rpy", 976], "keyboard_help": ["game/screens.rpy", 1005], "mouse_help": ["game/screens.rpy", 1056], "gamepad_help": ["game/screens.rpy", 1079], "confirm": ["game/screens.rpy", 1144], "skip_indicator": ["game/screens.rpy", 1207], "notify": ["game/screens.rpy", 1263], "nvl": ["game/screens.rpy", 1302], "nvl_dialogue": ["game/screens.rpy", 1334], "bubble": ["game/screens.rpy", 1422]}, "transform": {"delayed_blink": ["game/screens.rpy", 1225], "notify_appear": ["game/screens.rpy", 1274]}, "callable": {"touch": ["game/gui.rpy", 425], "small": ["game/gui.rpy", 432]}}, "build": {"directory_name": "DinoBaddies-1.0", "executable_name": "DinoBaddies", "include_update": false, "packages": [{"name": "gameonly", "formats": ["null"], "file_lists": ["all"], "description": "Game-Only Update for Mobile", "update": true, "dlc": false, "hidden": true}, {"name": "pc", "formats": ["zip"], "file_lists": ["windows", "linux", "renpy", "all"], "description": "PC: Windows and Linux", "update": true, "dlc": false, "hidden": false}, {"name": "linux", "formats": ["tar.bz2"], "file_lists": ["linux", "linux_arm", "renpy", "all"], "description": "Linux", "update": true, "dlc": false, "hidden": false}, {"name": "mac", "formats": ["app-zip", "app-dmg"], "file_lists": ["mac", "renpy", "all"], "description": "Macintosh", "update": true, "dlc": false, "hidden": false}, {"name": "win", "formats": ["zip"], "file_lists": ["windows", "renpy", "all"], "description": "Windows", "update": true, "dlc": false, "hidden": false}, {"name": "market", "formats": ["bare-zip"], "file_lists": ["windows", "linux", "mac", "renpy", "all"], "description": "Windows, Mac, Linux for Markets", "update": true, "dlc": false, "hidden": false}, {"name": "steam", "formats": ["zip"], "file_lists": ["windows", "linux", "mac", "renpy", "all"], "description": "steam", "update": true, "dlc": false, "hidden": true}, {"name": "android", "formats": ["directory"], "file_lists": ["android", "all"], "description": "android", "update": false, "dlc": true, "hidden": true}, {"name": "ios", "formats": ["directory"], "file_lists": ["ios", "all"], "description": "ios", "update": false, "dlc": true, "hidden": true}, {"name": "web", "formats": ["zip"], "file_lists": ["web", "renpy", "all"], "description": "web", "update": false, "dlc": true, "hidden": true}], "archives": [["archive", ["all"]]], "documentation_patterns": ["*.html", "*.txt"], "base_patterns": [["*.py", null], ["*.sh", null], ["*.app/", null], ["*.dll", null], ["*.manifest", null], ["*.keystore", null], ["update.pem", null], ["lib/", null], ["renpy/", null], ["update/", null], ["common/", null], ["update/", null], ["old-game/", null], ["base/", null], ["icon.ico", null], ["icon.icns", null], ["project.json", null], ["log.txt", null], ["errors.txt", null], ["traceback.txt", null], ["image_cache.txt", null], ["text_overflow.txt", null], ["dialogue.txt", null], ["dialogue.tab", null], ["profile_screen.txt", null], ["files.txt", null], ["memory.txt", null], ["tmp/", null], ["game/saves/", null], ["game/bytecode.rpyb", null], ["archived/", null], ["launcherinfo.py", null], ["android.txt", null], ["game/presplash*.*", ["all"]], ["android.json", ["android"]], [".android.json", ["android"]], ["android-*.png", ["android"]], ["android-*.jpg", ["android"]], ["ouya_icon.png", null], ["ios-presplash.*", ["ios"]], ["ios-launchimage.png", null], ["ios-icon.png", null], ["web-presplash.png", ["web"]], ["web-presplash.jpg", ["web"]], ["web-presplash.webp", ["web"]], ["web-icon.png", ["web"]], ["progressive_download.txt", ["web"]], ["steam_appid.txt", null], ["game/cache/bytecode-39.rpyb", ["all"]], ["game/cache/bytecode-311.rpyb", ["web"]], ["game/cache/bytecode-*.rpyb", null], ["game/cache/build_info.json", null], ["game/cache/build_time.txt", null], ["**~", null], ["**.bak", null], ["**/.**", null], ["**/#**", null], ["**/thumbs.db", null], [".*", null], ["**", ["all"]]], "renpy_patterns": [["renpy/common/_compat/**", null], ["renpy/common/_roundrect/**", null], ["renpy/common/_outline/**", null], ["renpy/common/_theme**", null], ["lib/**/_ssl.*", null], ["renpy/**__pycache__/**.cpython-39.pyc", ["all"]], ["renpy/**__pycache__", ["all"]], ["**~", null], ["**/#*", null], ["**/.*", null], ["**.old", null], ["**.new", null], ["**.rpa", null], ["**/steam_appid.txt", null], ["renpy.py", ["all"]], ["renpy/", ["all"]], ["renpy/**.py", ["renpy"]], ["renpy/**.pxd", null], ["renpy/**.pxi", null], ["renpy/**.pyx", null], ["renpy/**.pyc", null], ["renpy/**.pyo", null], ["renpy/common/", ["all"]], ["renpy/common/_compat/**", ["renpy"]], ["renpy/common/**.rpy", ["renpy"]], ["renpy/common/**.rpym", ["renpy"]], ["renpy/common/_compat/**", ["renpy"]], ["renpy/common/**", ["all"]], ["renpy/**", ["all"]], ["lib/*/renpy", null], ["lib/*/renpy.exe", null], ["lib/*/pythonw.exe", null], ["lib/py2-*/", null], ["lib/py*-windows-i686/**", ["windows_i686"]], ["lib/py*-windows-x86_64/**", ["windows"]], ["lib/py*-linux-i686/**", ["linux_i686"]], ["lib/py*-linux-aarch64/**", ["linux_arm"]], ["lib/py*-linux-armv7l/**", ["linux_arm"]], ["lib/py*-linux-*/**", ["linux"]], ["lib/py*-mac-*/**", ["mac"]], ["lib/python2.*/**", null], ["lib/**", ["windows", "linux", "mac", "android", "ios"]], ["renpy.sh", ["linux", "mac"]]], "xbit_patterns": ["**.sh", "lib/py*-linux-*/*", "lib/py*-mac-*/*", "**.app/Contents/MacOS/*"], "version": "1.0", "display_name": "Dino Baddies", "exclude_empty_directories": true, "allow_integrated_gpu": true, "renpy": false, "script_version": true, "destination": "DinoBaddies-1.0-dists", "itch_channels": {"*-all.zip": "win-osx-linux", "*-market.zip": "win-osx-linux", "*-pc.zip": "win-linux", "*-win.zip": "win", "*-mac.zip": "osx", "*-linux.tar.bz2": "linux", "*-release.apk": "android"}, "mac_info_plist": {}, "merge": [["linux_i686", "linux"], ["windows_i686", "windows"]], "include_i686": true, "change_icon_i686": true, "android_permissions": [], "_sdk_fonts": false, "update_formats": ["rpu"], "info": {"info": {}, "time": 1710354028.976331, "name": "Dino Baddies", "version": "1.0"}}} \ No newline at end of file +{"error": false, "size": [1920, 1080], "name": "Dino Baddies", "version": "1.0", "location": {"label": {"start": ["game/script.rpy", 11]}, "define": {"config.check_conflicting_properties": ["game/gui.rpy", 15], "gui.accent_color": ["game/gui.rpy", 28], "gui.idle_color": ["game/gui.rpy", 31], "gui.idle_small_color": ["game/gui.rpy", 35], "gui.hover_color": ["game/gui.rpy", 38], "gui.selected_color": ["game/gui.rpy", 42], "gui.insensitive_color": ["game/gui.rpy", 45], "gui.muted_color": ["game/gui.rpy", 49], "gui.hover_muted_color": ["game/gui.rpy", 50], "gui.text_color": ["game/gui.rpy", 53], "gui.interface_text_color": ["game/gui.rpy", 54], "gui.text_font": ["game/gui.rpy", 60], "gui.name_text_font": ["game/gui.rpy", 63], "gui.interface_text_font": ["game/gui.rpy", 66], "gui.text_size": ["game/gui.rpy", 69], "gui.name_text_size": ["game/gui.rpy", 72], "gui.interface_text_size": ["game/gui.rpy", 75], "gui.label_text_size": ["game/gui.rpy", 78], "gui.notify_text_size": ["game/gui.rpy", 81], "gui.title_text_size": ["game/gui.rpy", 84], "gui.main_menu_background": ["game/gui.rpy", 90], "gui.game_menu_background": ["game/gui.rpy", 91], "gui.textbox_height": ["game/gui.rpy", 100], "gui.textbox_yalign": ["game/gui.rpy", 104], "gui.name_xpos": ["game/gui.rpy", 109], "gui.name_ypos": ["game/gui.rpy", 110], "gui.name_xalign": ["game/gui.rpy", 114], "gui.namebox_width": ["game/gui.rpy", 118], "gui.namebox_height": ["game/gui.rpy", 119], "gui.namebox_borders": ["game/gui.rpy", 123], "gui.namebox_tile": ["game/gui.rpy", 127], "gui.dialogue_xpos": ["game/gui.rpy", 133], "gui.dialogue_ypos": ["game/gui.rpy", 134], "gui.dialogue_width": ["game/gui.rpy", 137], "gui.dialogue_text_xalign": ["game/gui.rpy", 141], "gui.button_width": ["game/gui.rpy", 150], "gui.button_height": ["game/gui.rpy", 151], "gui.button_borders": ["game/gui.rpy", 154], "gui.button_tile": ["game/gui.rpy", 158], "gui.button_text_font": ["game/gui.rpy", 161], "gui.button_text_size": ["game/gui.rpy", 164], "gui.button_text_idle_color": ["game/gui.rpy", 167], "gui.button_text_hover_color": ["game/gui.rpy", 168], "gui.button_text_selected_color": ["game/gui.rpy", 169], "gui.button_text_insensitive_color": ["game/gui.rpy", 170], "gui.button_text_xalign": ["game/gui.rpy", 174], "gui.radio_button_borders": ["game/gui.rpy", 183], "gui.check_button_borders": ["game/gui.rpy", 185], "gui.confirm_button_text_xalign": ["game/gui.rpy", 187], "gui.page_button_borders": ["game/gui.rpy", 189], "gui.quick_button_borders": ["game/gui.rpy", 191], "gui.quick_button_text_size": ["game/gui.rpy", 192], "gui.quick_button_text_idle_color": ["game/gui.rpy", 193], "gui.quick_button_text_selected_color": ["game/gui.rpy", 194], "gui.choice_button_width": ["game/gui.rpy", 207], "gui.choice_button_height": ["game/gui.rpy", 208], "gui.choice_button_tile": ["game/gui.rpy", 209], "gui.choice_button_borders": ["game/gui.rpy", 210], "gui.choice_button_text_font": ["game/gui.rpy", 211], "gui.choice_button_text_size": ["game/gui.rpy", 212], "gui.choice_button_text_xalign": ["game/gui.rpy", 213], "gui.choice_button_text_idle_color": ["game/gui.rpy", 214], "gui.choice_button_text_hover_color": ["game/gui.rpy", 215], "gui.choice_button_text_insensitive_color": ["game/gui.rpy", 216], "gui.slot_button_width": ["game/gui.rpy", 226], "gui.slot_button_height": ["game/gui.rpy", 227], "gui.slot_button_borders": ["game/gui.rpy", 228], "gui.slot_button_text_size": ["game/gui.rpy", 229], "gui.slot_button_text_xalign": ["game/gui.rpy", 230], "gui.slot_button_text_idle_color": ["game/gui.rpy", 231], "gui.slot_button_text_selected_idle_color": ["game/gui.rpy", 232], "gui.slot_button_text_selected_hover_color": ["game/gui.rpy", 233], "config.thumbnail_width": ["game/gui.rpy", 236], "config.thumbnail_height": ["game/gui.rpy", 237], "gui.file_slot_cols": ["game/gui.rpy", 240], "gui.file_slot_rows": ["game/gui.rpy", 241], "gui.navigation_xpos": ["game/gui.rpy", 251], "gui.skip_ypos": ["game/gui.rpy", 254], "gui.notify_ypos": ["game/gui.rpy", 257], "gui.choice_spacing": ["game/gui.rpy", 260], "gui.navigation_spacing": ["game/gui.rpy", 263], "gui.pref_spacing": ["game/gui.rpy", 266], "gui.pref_button_spacing": ["game/gui.rpy", 269], "gui.page_spacing": ["game/gui.rpy", 272], "gui.slot_spacing": ["game/gui.rpy", 275], "gui.main_menu_text_xalign": ["game/gui.rpy", 278], "gui.frame_borders": ["game/gui.rpy", 287], "gui.confirm_frame_borders": ["game/gui.rpy", 290], "gui.skip_frame_borders": ["game/gui.rpy", 293], "gui.notify_frame_borders": ["game/gui.rpy", 296], "gui.frame_tile": ["game/gui.rpy", 299], "gui.bar_size": ["game/gui.rpy", 311], "gui.scrollbar_size": ["game/gui.rpy", 312], "gui.slider_size": ["game/gui.rpy", 313], "gui.bar_tile": ["game/gui.rpy", 316], "gui.scrollbar_tile": ["game/gui.rpy", 317], "gui.slider_tile": ["game/gui.rpy", 318], "gui.bar_borders": ["game/gui.rpy", 321], "gui.scrollbar_borders": ["game/gui.rpy", 322], "gui.slider_borders": ["game/gui.rpy", 323], "gui.vbar_borders": ["game/gui.rpy", 326], "gui.vscrollbar_borders": ["game/gui.rpy", 327], "gui.vslider_borders": ["game/gui.rpy", 328], "gui.unscrollable": ["game/gui.rpy", 332], "config.history_length": ["game/gui.rpy", 340], "gui.history_height": ["game/gui.rpy", 344], "gui.history_spacing": ["game/gui.rpy", 347], "gui.history_name_xpos": ["game/gui.rpy", 351], "gui.history_name_ypos": ["game/gui.rpy", 352], "gui.history_name_width": ["game/gui.rpy", 353], "gui.history_name_xalign": ["game/gui.rpy", 354], "gui.history_text_xpos": ["game/gui.rpy", 357], "gui.history_text_ypos": ["game/gui.rpy", 358], "gui.history_text_width": ["game/gui.rpy", 359], "gui.history_text_xalign": ["game/gui.rpy", 360], "gui.nvl_borders": ["game/gui.rpy", 368], "gui.nvl_list_length": ["game/gui.rpy", 372], "gui.nvl_height": ["game/gui.rpy", 376], "gui.nvl_spacing": ["game/gui.rpy", 380], "gui.nvl_name_xpos": ["game/gui.rpy", 384], "gui.nvl_name_ypos": ["game/gui.rpy", 385], "gui.nvl_name_width": ["game/gui.rpy", 386], "gui.nvl_name_xalign": ["game/gui.rpy", 387], "gui.nvl_text_xpos": ["game/gui.rpy", 390], "gui.nvl_text_ypos": ["game/gui.rpy", 391], "gui.nvl_text_width": ["game/gui.rpy", 392], "gui.nvl_text_xalign": ["game/gui.rpy", 393], "gui.nvl_thought_xpos": ["game/gui.rpy", 397], "gui.nvl_thought_ypos": ["game/gui.rpy", 398], "gui.nvl_thought_width": ["game/gui.rpy", 399], "gui.nvl_thought_xalign": ["game/gui.rpy", 400], "gui.nvl_button_xpos": ["game/gui.rpy", 403], "gui.nvl_button_xalign": ["game/gui.rpy", 404], "gui.language": ["game/gui.rpy", 413], "quick_menu": ["game/screens.rpy", 267], "gui.history_allow_tags": ["game/screens.rpy", 928], "config.nvl_list_length": ["game/screens.rpy", 1355], "bubble.frame": ["game/screens.rpy", 1464], "bubble.thoughtframe": ["game/screens.rpy", 1465], "bubble.properties": ["game/screens.rpy", 1467], "bubble.expand_area": ["game/screens.rpy", 1493], "config.name": ["game/options.rpy", 15], "gui.show_name": ["game/options.rpy", 21], "config.version": ["game/options.rpy", 26], "gui.about": ["game/options.rpy", 32], "build.name": ["game/options.rpy", 40], "config.has_sound": ["game/options.rpy", 49], "config.has_music": ["game/options.rpy", 50], "config.has_voice": ["game/options.rpy", 51], "config.enter_transition": ["game/options.rpy", 76], "config.exit_transition": ["game/options.rpy", 77], "config.intra_transition": ["game/options.rpy", 82], "config.after_load_transition": ["game/options.rpy", 87], "config.end_game_transition": ["game/options.rpy", 92], "config.window": ["game/options.rpy", 109], "config.window_show_transition": ["game/options.rpy", 114], "config.window_hide_transition": ["game/options.rpy", 115], "config.save_directory": ["game/options.rpy", 146], "config.window_icon": ["game/options.rpy", 153], "p": ["game/script.rpy", 6]}, "screen": {"say": ["game/screens.rpy", 98], "input": ["game/screens.rpy", 175], "choice": ["game/screens.rpy", 208], "quick_menu": ["game/screens.rpy", 1513], "navigation": ["game/screens.rpy", 288], "main_menu": ["game/screens.rpy", 351], "game_menu": ["game/screens.rpy", 416], "about": ["game/screens.rpy", 546], "save": ["game/screens.rpy", 586], "load": ["game/screens.rpy", 593], "file_slots": ["game/screens.rpy", 600], "preferences": ["game/screens.rpy", 728], "history": ["game/screens.rpy", 888], "help": ["game/screens.rpy", 976], "keyboard_help": ["game/screens.rpy", 1005], "mouse_help": ["game/screens.rpy", 1056], "gamepad_help": ["game/screens.rpy", 1079], "confirm": ["game/screens.rpy", 1144], "skip_indicator": ["game/screens.rpy", 1207], "notify": ["game/screens.rpy", 1263], "nvl": ["game/screens.rpy", 1302], "nvl_dialogue": ["game/screens.rpy", 1334], "bubble": ["game/screens.rpy", 1422]}, "transform": {"delayed_blink": ["game/screens.rpy", 1225], "notify_appear": ["game/screens.rpy", 1274]}, "callable": {"touch": ["game/gui.rpy", 425], "small": ["game/gui.rpy", 432]}}, "build": {"directory_name": "DinoBaddies-1.0", "executable_name": "DinoBaddies", "include_update": false, "packages": [{"name": "gameonly", "formats": ["null"], "file_lists": ["all"], "description": "Game-Only Update for Mobile", "update": true, "dlc": false, "hidden": true}, {"name": "pc", "formats": ["zip"], "file_lists": ["windows", "linux", "renpy", "all"], "description": "PC: Windows and Linux", "update": true, "dlc": false, "hidden": false}, {"name": "linux", "formats": ["tar.bz2"], "file_lists": ["linux", "linux_arm", "renpy", "all"], "description": "Linux", "update": true, "dlc": false, "hidden": false}, {"name": "mac", "formats": ["app-zip", "app-dmg"], "file_lists": ["mac", "renpy", "all"], "description": "Macintosh", "update": true, "dlc": false, "hidden": false}, {"name": "win", "formats": ["zip"], "file_lists": ["windows", "renpy", "all"], "description": "Windows", "update": true, "dlc": false, "hidden": false}, {"name": "market", "formats": ["bare-zip"], "file_lists": ["windows", "linux", "mac", "renpy", "all"], "description": "Windows, Mac, Linux for Markets", "update": true, "dlc": false, "hidden": false}, {"name": "steam", "formats": ["zip"], "file_lists": ["windows", "linux", "mac", "renpy", "all"], "description": "steam", "update": true, "dlc": false, "hidden": true}, {"name": "android", "formats": ["directory"], "file_lists": ["android", "all"], "description": "android", "update": false, "dlc": true, "hidden": true}, {"name": "ios", "formats": ["directory"], "file_lists": ["ios", "all"], "description": "ios", "update": false, "dlc": true, "hidden": true}, {"name": "web", "formats": ["zip"], "file_lists": ["web", "renpy", "all"], "description": "web", "update": false, "dlc": true, "hidden": true}], "archives": [["archive", ["all"]]], "documentation_patterns": ["*.html", "*.txt"], "base_patterns": [["*.py", null], ["*.sh", null], ["*.app/", null], ["*.dll", null], ["*.manifest", null], ["*.keystore", null], ["update.pem", null], ["lib/", null], ["renpy/", null], ["update/", null], ["common/", null], ["update/", null], ["old-game/", null], ["base/", null], ["icon.ico", null], ["icon.icns", null], ["project.json", null], ["log.txt", null], ["errors.txt", null], ["traceback.txt", null], ["image_cache.txt", null], ["text_overflow.txt", null], ["dialogue.txt", null], ["dialogue.tab", null], ["profile_screen.txt", null], ["files.txt", null], ["memory.txt", null], ["tmp/", null], ["game/saves/", null], ["game/bytecode.rpyb", null], ["archived/", null], ["launcherinfo.py", null], ["android.txt", null], ["game/presplash*.*", ["all"]], ["android.json", ["android"]], [".android.json", ["android"]], ["android-*.png", ["android"]], ["android-*.jpg", ["android"]], ["ouya_icon.png", null], ["ios-presplash.*", ["ios"]], ["ios-launchimage.png", null], ["ios-icon.png", null], ["web-presplash.png", ["web"]], ["web-presplash.jpg", ["web"]], ["web-presplash.webp", ["web"]], ["web-icon.png", ["web"]], ["progressive_download.txt", ["web"]], ["steam_appid.txt", null], ["game/cache/bytecode-39.rpyb", ["all"]], ["game/cache/bytecode-311.rpyb", ["web"]], ["game/cache/bytecode-*.rpyb", null], ["game/cache/build_info.json", null], ["game/cache/build_time.txt", null], ["**~", null], ["**.bak", null], ["**/.**", null], ["**/#**", null], ["**/thumbs.db", null], [".*", null], ["**", ["all"]]], "renpy_patterns": [["renpy/common/_compat/**", null], ["renpy/common/_roundrect/**", null], ["renpy/common/_outline/**", null], ["renpy/common/_theme**", null], ["lib/**/_ssl.*", null], ["renpy/**__pycache__/**.cpython-39.pyc", ["all"]], ["renpy/**__pycache__", ["all"]], ["**~", null], ["**/#*", null], ["**/.*", null], ["**.old", null], ["**.new", null], ["**.rpa", null], ["**/steam_appid.txt", null], ["renpy.py", ["all"]], ["renpy/", ["all"]], ["renpy/**.py", ["renpy"]], ["renpy/**.pxd", null], ["renpy/**.pxi", null], ["renpy/**.pyx", null], ["renpy/**.pyc", null], ["renpy/**.pyo", null], ["renpy/common/", ["all"]], ["renpy/common/_compat/**", ["renpy"]], ["renpy/common/**.rpy", ["renpy"]], ["renpy/common/**.rpym", ["renpy"]], ["renpy/common/_compat/**", ["renpy"]], ["renpy/common/**", ["all"]], ["renpy/**", ["all"]], ["lib/*/renpy", null], ["lib/*/renpy.exe", null], ["lib/*/pythonw.exe", null], ["lib/py2-*/", null], ["lib/py*-windows-i686/**", ["windows_i686"]], ["lib/py*-windows-x86_64/**", ["windows"]], ["lib/py*-linux-i686/**", ["linux_i686"]], ["lib/py*-linux-aarch64/**", ["linux_arm"]], ["lib/py*-linux-armv7l/**", ["linux_arm"]], ["lib/py*-linux-*/**", ["linux"]], ["lib/py*-mac-*/**", ["mac"]], ["lib/python2.*/**", null], ["lib/**", ["windows", "linux", "mac", "android", "ios"]], ["renpy.sh", ["linux", "mac"]]], "xbit_patterns": ["**.sh", "lib/py*-linux-*/*", "lib/py*-mac-*/*", "**.app/Contents/MacOS/*"], "version": "1.0", "display_name": "Dino Baddies", "exclude_empty_directories": true, "allow_integrated_gpu": true, "renpy": false, "script_version": true, "destination": "DinoBaddies-1.0-dists", "itch_channels": {"*-all.zip": "win-osx-linux", "*-market.zip": "win-osx-linux", "*-pc.zip": "win-linux", "*-win.zip": "win", "*-mac.zip": "osx", "*-linux.tar.bz2": "linux", "*-release.apk": "android"}, "mac_info_plist": {}, "merge": [["linux_i686", "linux"], ["windows_i686", "windows"]], "include_i686": true, "change_icon_i686": true, "android_permissions": [], "_sdk_fonts": false, "update_formats": ["rpu"], "info": {"info": {}, "time": 1710360036.6177392, "name": "Dino Baddies", "version": "1.0"}}} \ No newline at end of file diff --git a/game/saves/persistent b/game/saves/persistent index 82a3413..bbbf338 100644 Binary files a/game/saves/persistent and b/game/saves/persistent differ diff --git a/game/script.rpyc b/game/script.rpyc index 44aa681..37fa1b4 100644 Binary files a/game/script.rpyc and b/game/script.rpyc differ