Update 'Structure'
10
Structure.md
10
Structure.md
@ -5,12 +5,22 @@ The root of the project contains some meta-info about Snoot Game (Licensing, .gi
|
|||||||
The game folder itself has multiple files
|
The game folder itself has multiple files
|
||||||
|
|
||||||
audio/ - Contains audio assets
|
audio/ - Contains audio assets
|
||||||
|
|
||||||
gui/ - Contains GUI assets
|
gui/ - Contains GUI assets
|
||||||
|
|
||||||
images/ - Contains all image assets that aren't used in the GUI. Sorted by character and purpose.
|
images/ - Contains all image assets that aren't used in the GUI. Sorted by character and purpose.
|
||||||
|
|
||||||
script/ - Contrains individual chapter script files. Introduced Patchy-Patch5.
|
script/ - Contrains individual chapter script files. Introduced Patchy-Patch5.
|
||||||
|
|
||||||
tl/ - Translations and other text assets
|
tl/ - Translations and other text assets
|
||||||
|
|
||||||
gui.rpy - Script for handling the GUI options
|
gui.rpy - Script for handling the GUI options
|
||||||
|
|
||||||
options.rpy - Options and settings for the projects
|
options.rpy - Options and settings for the projects
|
||||||
|
|
||||||
screens.rpy - Actually where gui handling and screens are managed. Go here if you want to make a custom screen.
|
screens.rpy - Actually where gui handling and screens are managed. Go here if you want to make a custom screen.
|
||||||
|
|
||||||
script.rpy - the file that renpy calls first and is mostly used to define some custom variables, characters, transitions, etc. Before Patchy-Patch5, this one file contained ALL of the game's script.
|
script.rpy - the file that renpy calls first and is mostly used to define some custom variables, characters, transitions, etc. Before Patchy-Patch5, this one file contained ALL of the game's script.
|
||||||
|
|
||||||
storyline.rpy - Handles the game's story line and is called by script.rpy. Iterates through all of the order the game goes through and manages endings.
|
storyline.rpy - Handles the game's story line and is called by script.rpy. Iterates through all of the order the game goes through and manages endings.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user