Skip to content

v1.1.0

Compare
Choose a tag to compare
@miskatonicstudio miskatonicstudio released this 13 Jul 22:37
· 7 commits to master since this release
c4465e2

Changelog:

  • GAME_RESOURCES_DIRECTORY was removed from goat.gd and replaced by a project setting
    • if the setting is not empty, GOAT will search for relevant subfolders to read the game state, voice samplings, dialogues, and inventory items, as well as the custom Settings scene
    • if the setting is empty, GOAT will disable all these features, but will provide a default Settings scene
  • GRAVITY_ENABLED was moved to the Player scene
  • screenshots are now saved in the Screenshots folder directly in the user directory
  • load_game and load_all methods were removed, instead GOAT resources are loaded in the _init methods of relevant global scripts
  • clear_game and clear methods were removed
  • _PARENT_EXIT_SCENE was removed, instead the game is simply terminated on exit
  • goat_globals.gd script was removed, which means that autoload game script (e.g. demo/goat/globals/global.gd) is no longer supported
  • game translation files are now added to the project itself, instead of being dynamically loaded