ProjectLam / learn_music_game

Learn heritage instruments with an interactive game with a real instrument
1 stars 2 forks source link

Changed actions for new exporter. #81

Closed darthLeviN closed 1 year ago

darthLeviN commented 1 year ago

Engine link: https://github.com/ProjectLam/godot-build-scripts/releases/tag/4.0-cd7c13d858-20230415

Release link: https://github.com/ProjectLam/learn_music_game/releases/tag/v0.0.4

NEW USER DATA FOLDER: User data folder has changed. Readme.md was updated with the new location. the settings.tscn page will also print out this path. Songs will need to be moved to the new folder. It's name is lam_godot instead of godot in linux and Lam Godot instead of Godot in windows. This change happens when version name is changed in version.py in the engine files before compilation. This will also lead to separate project lists for the engines because they aren't fully compatible. So it helps avoiding human error which leads to opening the engine.

Committing new tile: the .godot/global_script_class_cache.cfg file is now pushed even though it's a cache file. This is because godot is buggy at the moment and the need for this file was apparent in some tests.

New parameters for github actions are :

The v0.0.4 release tag has been created for testing.