Skip to content

Commit

Permalink
v8: Puzzling Potions (#17)
Browse files Browse the repository at this point in the history
* Next v8: Puzzling Potions (With Deprecates)

* Remove Label's canvas param

* Cleanups

* Clean Install

* Revert GameScreen update delta pass

* Revert onValueUpdate changes on Slider

* Next v8: Puzzling Potion - Resolve Deprecates (#18)

* Next v8: Puzzling Potion - Resolve Deprecates

* Spine Fix (WIP)

* Pixi Spine Update

* Upgrade to pixi spine 1.0.3

* Upgrade to spine-pixi v1.0.4

---------

Co-authored-by: Baz Utsahajit <[email protected]>

* tidy

* lint fixes

* update pixi

* update spine

---------

Co-authored-by: Baz Utsahajit <[email protected]>
Co-authored-by: Zyie <[email protected]>
  • Loading branch information
3 people authored Apr 2, 2024
1 parent 1c7334e commit a26a767
Show file tree
Hide file tree
Showing 43 changed files with 9,432 additions and 8,486 deletions.
22 changes: 22 additions & 0 deletions puzzling-potions/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"env": {
"browser": true,
"es2021": true
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": [
"@typescript-eslint",
"simple-import-sort"
],
"rules": {
"@typescript-eslint/no-explicit-any": "off"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"tabWidth": 4,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100
"printWidth": 120
}
Loading

0 comments on commit a26a767

Please sign in to comment.