diff --git a/.github/composites/build/action.yml b/.github/composites/build/action.yml index 5714a37..c578c32 100644 --- a/.github/composites/build/action.yml +++ b/.github/composites/build/action.yml @@ -6,7 +6,7 @@ runs: steps: - uses: krdlab/setup-haxe@v1 with: - haxe-version: 4.2.4 + haxe-version: 4.3.2 - uses: actions/checkout@v3 with: @@ -16,7 +16,7 @@ runs: shell: bash run: | haxelib git dox https://github.com/HaxeFoundation/dox.git - haxelib git heaps https://github.com/HeapsIO/heaps.git + haxelib install heaps 2.0.0 haxelib dev echo . - name: Run Builds diff --git a/.vscode/settings.json b/.vscode/settings.json index 782aca5..2d19c9c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "[haxe]": { - "editor.formatOnSave": true + "editor.formatOnSave": true, + "files.trimTrailingWhitespace": false, } -} \ No newline at end of file +} diff --git a/assets/index.html b/assets/index.html index 920ac76..2c33100 100644 --- a/assets/index.html +++ b/assets/index.html @@ -84,6 +84,8 @@
Simple Arcade Physics Library for Haxe
+Known issue: the sample buttons do not work correctly! as a quick fix, resize your browser window and they'll work just fine ;)
+