Skip to content

Commit

Permalink
update dec 2024 (#48)
Browse files Browse the repository at this point in the history
* 🧵 Update project settings, clean up code, and remove unused files

* 🧵 Migrate to v9 ESLint and new flat config system

* ✨ Example & demo page glow up

* 🧵 Update TypeScript and Vite dependencies, enhance README, and improve sprite transparency handling

* 🧵 Add comment to clarify importance of alphaCutoff for sprite transparency

* 🧵 Update CI build workflow to disable build step temporarily due to GitHub NPM limitations

* 🧵 Bundled version update
  • Loading branch information
benc-uk authored Dec 6, 2024
1 parent 67f9570 commit 3733b20
Show file tree
Hide file tree
Showing 40 changed files with 2,118 additions and 2,714 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@ jobs:
npm run lint
npm run check
# Build step is disabled as Githhub NPM support is kinda crappy compared to npmjs.org
build:
runs-on: ubuntu-latest
needs: lint-check

# Only run on main branch
if: github.ref == 'DISABLED FOR NOW refs/heads/main'
if: github.ref == '!!!DISABLED_FOR_NOW!!! refs/heads/main'

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"typescript.tsserver.experimental.enableProjectDiagnostics": true,
// icons for this theme
"material-icon-theme.files.associations": {
"*.mtl": "proto",
"*.mtl": "proto"
}
}
}
Loading

0 comments on commit 3733b20

Please sign in to comment.