From b097f33d8547e8835f8d25033eb74e5369d2c02d Mon Sep 17 00:00:00 2001 From: Mappening Date: Fri, 18 Nov 2022 19:26:04 +0000 Subject: [PATCH] Update 'Structure' --- Structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Structure.md b/Structure.md index e2547ca..7bf1d38 100644 --- a/Structure.md +++ b/Structure.md @@ -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