diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6fdb06e..77a3c36 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -39,7 +39,7 @@ jobs: - name: Install Haxelib run: | haxelib setup C:/haxelib - haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp + haxelib install hxcpp - name: Install Libraries run: | @@ -83,7 +83,7 @@ jobs: - name: Install Haxelib run: | haxelib setup ~/haxelib - haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp > /dev/null --quiet + haxelib install hxcpp > /dev/null --quiet - name: Install Libraries run: | diff --git a/README.md b/README.md index 29a24ba..afd4122 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -> Archived because it never worked on windows appearently wooooo ![image](https://user-images.githubusercontent.com/20869262/233237345-83cf057e-ff50-4969-89ae-22d9e18faa0f.png) --- diff --git a/source/utils/Settings.hx b/source/utils/Settings.hx index 4587874..63bc5e2 100644 --- a/source/utils/Settings.hx +++ b/source/utils/Settings.hx @@ -140,6 +140,7 @@ class Settings { ]; public static function init() { + FlxG.save.bind('edak', 'skullbite'); for (cat in categories) { for (k => v in cat) { if (v.value != null) { @@ -151,7 +152,6 @@ class Settings { if (!Reflect.hasField(FlxG.save.data, k)) set(k, v); } - FlxG.save.bind('edak', 'skullbite'); if (FlxG.save.data.weekUnlocked != null) { // FIX LATER!!! // WEEK UNLOCK PROGRESSION!!