Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

Commit

Permalink
nvm we back
Browse files Browse the repository at this point in the history
  • Loading branch information
skullbite committed Jun 25, 2023
1 parent a0fe41a commit b7c19e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
---

Expand Down
2 changes: 1 addition & 1 deletion source/utils/Settings.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand All @@ -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!!
Expand Down

0 comments on commit b7c19e3

Please sign in to comment.