Update 'Structure'

Mappening
2022-11-18 19:26:04 +00:00
parent 09daf104d0
commit b097f33d85

@ -19,7 +19,7 @@ the src folder contains code custom to Snoot Game
* cg_gallery.rpy - Self explanatory. This gallery is custom made and does not use Renpy's gallery system, because as the person who wrote it would say, "It's stupid"
* credits.rpy - Generates a displayable containing the credits text in plain text so that it is easily editable
* definitions.rpy - Contains (almost) all image definitions. If you're developing something and need to define images in another spot for convenience, that's fine, but be sure to put them in THIS file so that is is at least marginally organized.
* definitions.rpy - Contains (almost) all image definitions. If you're developing something and need to define images in another spot for convenience, that's fine, but be sure to put them in THIS file eventually so that is is at least marginally organized.
* extra_chapters_menu.rpy - Defines the bonus chapters menu
* gallery_data_set.json - Contains what images to display in the gallery
* mod_menu.rpy - Self explanatory