miskatonicstudio / goat

Godot Open Adventure Template (GOAT) is a tool for making 3D adventure games.
MIT License
363 stars 32 forks source link

Use a fixed directory for game files #283

Closed miskatonicstudio closed 2 years ago

miskatonicstudio commented 2 years ago

Instead of configuring a variable called GAME_RESOURCES_DIRECTORY, it would be easier to always put game resources in the same folder (e.g. called game).

This would make #221 a bit easier, because the directory would not have to be configured before the GOAT global files are used.

miskatonicstudio commented 2 years ago

This would conflict with #290 , so it will not be implement. The new idea for GOAT is to have many smaller games inside one program, and load them dynamically.