Infinite-Dango-Studios / ganbatte

A visual novel / dating sim game created with Ren'Py.
1 stars 3 forks source link

Move script files into their own directory #26

Closed ExcaliburZero closed 9 years ago

ExcaliburZero commented 9 years ago

Currently we have all of the game's scripting (dialogue, the plot stuff) located in the main game directory. However, as we currently have folders for declarations and screens, we should likely use a folder for scripts. This will help to keep the main game directory from getting cluttered with many script files.

This should essentially be done by creating a new sub-directory in the game directory called "scripts" and moving all of the script files into it. A README file should also be created for the new directory with some information on each of the scripts.

ExcaliburZero commented 9 years ago

I have moved the script files into their own directory with 87e0f8da8526fecda54aa6ab590ba0d7b549f114 . I will now start working on making the README file for the new directory.

ExcaliburZero commented 9 years ago

I have added a readme file to the scripts directory with 825fdf5c04ebf7029ba4712a7e440a3f209b713a .

Since I have moved the script files into their own directory, and added a readme file for the new scripts directory. I will now close this issue.