|
1a509a9751
|
Added a description and a dependencies property to game module.
|
2022-01-26 17:46:44 +01:00 |
|
|
392cca545b
|
Now modules can be disabled. Also now player ui will automatically call set_player on windows (if the method exists).
|
2020-09-22 15:23:13 +02:00 |
|
|
4c902fe7a7
|
Moved the module initialization code to a new DataManager autoload. Also added a new on_request_instance method to GameModule, and also added a request_instance method to the new DataManager. player_ui is requested through this new api.
|
2020-09-22 14:28:41 +02:00 |
|
|
599034c568
|
Comment out a few print statements.
|
2020-04-26 13:02:34 +02:00 |
|
|
0bef0a2339
|
Moved the naturalist based mob into naturalist's folder.
|
2020-04-26 12:55:55 +02:00 |
|
|
d89c5b0188
|
Moved Naturalist into into it's own module. Also updated ESS to get a few typo fixes that are needed.
|
2020-04-26 12:28:40 +02:00 |
|
|
1de820dfcc
|
Now the game pretty much supports modding. MainScene will now look through the project opening all files named game_module.tres and in alphabetic order of their resource_path if exist it calls load_module on them. ESS's resourcedb is now created by MainScene, and it's the static type, with id remapping on. Append your resourcedbs into it. See game_module.gd. Also updated HEADS to grab the latest ESS.
|
2020-04-18 20:58:43 +02:00 |
|