Compare commits
No commits in common. "main" and "v1.2.0" have entirely different histories.
@ -1,2 +0,0 @@
|
|||||||
dist/*
|
|
||||||
doc/out/*
|
|
@ -1,35 +0,0 @@
|
|||||||
{
|
|
||||||
"parserOptions": {
|
|
||||||
"ecmaVersion": 10,
|
|
||||||
"sourceType": "module",
|
|
||||||
"ecmaFeatures": {
|
|
||||||
"impliedStrict": true,
|
|
||||||
"modules": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"env": {
|
|
||||||
"browser": true,
|
|
||||||
"es6": true,
|
|
||||||
"node": true,
|
|
||||||
"jquery": true,
|
|
||||||
"worker": true,
|
|
||||||
"mocha": true,
|
|
||||||
"serviceworker": true
|
|
||||||
},
|
|
||||||
"globals": {
|
|
||||||
"PIXI": false,
|
|
||||||
"TweenLite": false,
|
|
||||||
"TweenMax": false,
|
|
||||||
"TimelineLite": false,
|
|
||||||
"TimelineMax": false,
|
|
||||||
"SystemJS": false,
|
|
||||||
"app": true
|
|
||||||
},
|
|
||||||
"plugins": [
|
|
||||||
"prettier"
|
|
||||||
],
|
|
||||||
"extends": ["eslint:recommended", "plugin:prettier/recommended"],
|
|
||||||
"rules": {
|
|
||||||
"comma-dangle": ["error", "never"]
|
|
||||||
}
|
|
||||||
}
|
|
8
.gitignore
vendored
@ -77,12 +77,6 @@ typings/
|
|||||||
.fusebox/
|
.fusebox/
|
||||||
|
|
||||||
# own
|
# own
|
||||||
|
*.code-workspace
|
||||||
.history/
|
.history/
|
||||||
.vscode/
|
|
||||||
|
|
||||||
# ignore generated contents-
|
|
||||||
/doc/out/*
|
|
||||||
**/thumbnails
|
|
||||||
**/thumbnail.png
|
|
||||||
/site/dist
|
|
||||||
/site/__pycache__
|
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
|
|
||||||
}
|
|
@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"singleQuote": true,
|
|
||||||
"jsxSingleQuote": true,
|
|
||||||
"tabWidth": 4,
|
|
||||||
"semi": false,
|
|
||||||
"printWidth": 120,
|
|
||||||
"trailingComma": "none"
|
|
||||||
}
|
|
@ -1,3 +0,0 @@
|
|||||||
dist/*
|
|
||||||
doc/*
|
|
||||||
lib/*
|
|
@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"extends": "stylelint-config-standard",
|
|
||||||
"rules": {
|
|
||||||
"indentation": 4,
|
|
||||||
"selector-list-comma-newline-after": "never-multi-line",
|
|
||||||
"no-eol-whitespace": [true, {
|
|
||||||
"ignore": ["empty-lines"]
|
|
||||||
}]
|
|
||||||
},
|
|
||||||
"ignoreFiles": []
|
|
||||||
}
|
|
26
.vscode/launch.json
vendored
@ -1,26 +0,0 @@
|
|||||||
{
|
|
||||||
// Use IntelliSense to learn about possible attributes.
|
|
||||||
// Hover to view descriptions of existing attributes.
|
|
||||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
||||||
"version": "0.2.0",
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"type": "node",
|
|
||||||
"request": "launch",
|
|
||||||
"name": "Launch Program",
|
|
||||||
"program": "${workspaceFolder}\\index.js"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "node",
|
|
||||||
"request": "launch",
|
|
||||||
"name": "testrunner",
|
|
||||||
"program": "${workspaceFolder}\\bin\\testrunner.js"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "node",
|
|
||||||
"request": "launch",
|
|
||||||
"name": "single",
|
|
||||||
"program": "${workspaceFolder}\\bin\\singleshot.js"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
@ -40,8 +40,6 @@ Afterwards you can view the documentation here:
|
|||||||
|
|
||||||
## Useful PixiJS Resources
|
## Useful PixiJS Resources
|
||||||
|
|
||||||
Currently using PixiJS version 5
|
|
||||||
|
|
||||||
- The PixiJS [JavaScript API Docs](http://pixijs.download/dev/docs/index.html)
|
- The PixiJS [JavaScript API Docs](http://pixijs.download/dev/docs/index.html)
|
||||||
- The PixiJS [Examples](http://pixijs.github.io/examples/#/basics/basic.js)
|
- The PixiJS [Examples](http://pixijs.github.io/examples/#/basics/basic.js)
|
||||||
- The PixiJS [GitHub Repository](https://github.com/pixijs/pixi.js)
|
- The PixiJS [GitHub Repository](https://github.com/pixijs/pixi.js)
|
||||||
@ -49,4 +47,4 @@ Currently using PixiJS version 5
|
|||||||
## List of 3<sup>rd</sup> party libraries included
|
## List of 3<sup>rd</sup> party libraries included
|
||||||
|
|
||||||
- [PixiJS](http://www.pixijs.com)
|
- [PixiJS](http://www.pixijs.com)
|
||||||
- [Greensock](https://greensock.com) with TweenMax and TimelineMax
|
- [Greensock](https://greensock.com) with TweenLite
|
||||||
|
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 515 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1007 B |
Before Width: | Height: | Size: 228 B |
Before Width: | Height: | Size: 674 B |
Before Width: | Height: | Size: 289 B |
Before Width: | Height: | Size: 364 B |
Before Width: | Height: | Size: 482 B |
Before Width: | Height: | Size: 909 B |
Before Width: | Height: | Size: 627 B |
Before Width: | Height: | Size: 97 B |
Before Width: | Height: | Size: 633 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 470 B |
Before Width: | Height: | Size: 234 B |
Before Width: | Height: | Size: 613 B |
Before Width: | Height: | Size: 947 B |
Before Width: | Height: | Size: 564 B |
Before Width: | Height: | Size: 708 B |
Before Width: | Height: | Size: 263 B |
Before Width: | Height: | Size: 270 B |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 356 B |
Before Width: | Height: | Size: 803 B |
Before Width: | Height: | Size: 336 B |
Before Width: | Height: | Size: 552 B |
Before Width: | Height: | Size: 368 B |
Before Width: | Height: | Size: 460 B |
Before Width: | Height: | Size: 849 B |
Before Width: | Height: | Size: 616 B |
Before Width: | Height: | Size: 478 B |
Before Width: | Height: | Size: 624 B |
Before Width: | Height: | Size: 306 B |
Before Width: | Height: | Size: 469 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 817 B |
Before Width: | Height: | Size: 917 B |
Before Width: | Height: | Size: 857 B |
Before Width: | Height: | Size: 536 B |
Before Width: | Height: | Size: 263 B |
Before Width: | Height: | Size: 98 B |
Before Width: | Height: | Size: 390 B |
Before Width: | Height: | Size: 188 B |
Before Width: | Height: | Size: 275 B |
Before Width: | Height: | Size: 152 B |
Before Width: | Height: | Size: 624 B |
Before Width: | Height: | Size: 159 B |
Before Width: | Height: | Size: 195 B |
Before Width: | Height: | Size: 319 B |
Before Width: | Height: | Size: 328 B |
Before Width: | Height: | Size: 248 B |
Before Width: | Height: | Size: 232 B |
Before Width: | Height: | Size: 340 B |
Before Width: | Height: | Size: 578 B |
Before Width: | Height: | Size: 336 B |
Before Width: | Height: | Size: 399 B |
Before Width: | Height: | Size: 402 B |
Before Width: | Height: | Size: 485 B |
Before Width: | Height: | Size: 569 B |
Before Width: | Height: | Size: 168 B |
Before Width: | Height: | Size: 648 B |
Before Width: | Height: | Size: 640 B |
Before Width: | Height: | Size: 560 B |
Before Width: | Height: | Size: 323 B |
Before Width: | Height: | Size: 727 B |
Before Width: | Height: | Size: 955 B |
Before Width: | Height: | Size: 543 B |
Before Width: | Height: | Size: 589 B |
Before Width: | Height: | Size: 206 B |
Before Width: | Height: | Size: 208 B |
Before Width: | Height: | Size: 207 B |
Before Width: | Height: | Size: 208 B |
Before Width: | Height: | Size: 206 B |
Before Width: | Height: | Size: 207 B |
Before Width: | Height: | Size: 198 B |
Before Width: | Height: | Size: 387 B |
Before Width: | Height: | Size: 401 B |
Before Width: | Height: | Size: 405 B |
Before Width: | Height: | Size: 397 B |
Before Width: | Height: | Size: 403 B |
Before Width: | Height: | Size: 394 B |
Before Width: | Height: | Size: 385 B |
Before Width: | Height: | Size: 192 B |
Before Width: | Height: | Size: 192 B |
Before Width: | Height: | Size: 428 B |
Before Width: | Height: | Size: 805 B |
Before Width: | Height: | Size: 552 B |
Before Width: | Height: | Size: 973 B |
Before Width: | Height: | Size: 502 B |
Before Width: | Height: | Size: 778 B |
Before Width: | Height: | Size: 549 B |
Before Width: | Height: | Size: 512 B |
Before Width: | Height: | Size: 778 B |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 289 B |
Before Width: | Height: | Size: 591 B |
Before Width: | Height: | Size: 365 B |
Before Width: | Height: | Size: 283 B |
Before Width: | Height: | Size: 273 B |
Before Width: | Height: | Size: 370 B |
Before Width: | Height: | Size: 100 B |
Before Width: | Height: | Size: 108 B |
Before Width: | Height: | Size: 102 B |
Before Width: | Height: | Size: 292 B |
Before Width: | Height: | Size: 111 B |
Before Width: | Height: | Size: 114 B |
Before Width: | Height: | Size: 105 B |
Before Width: | Height: | Size: 114 B |
Before Width: | Height: | Size: 106 B |
Before Width: | Height: | Size: 109 B |
Before Width: | Height: | Size: 108 B |
Before Width: | Height: | Size: 107 B |
Before Width: | Height: | Size: 193 B |
Before Width: | Height: | Size: 570 B |
Before Width: | Height: | Size: 562 B |
Before Width: | Height: | Size: 550 B |
Before Width: | Height: | Size: 574 B |
Before Width: | Height: | Size: 575 B |
Before Width: | Height: | Size: 467 B |
Before Width: | Height: | Size: 749 B |
Before Width: | Height: | Size: 600 B |
Before Width: | Height: | Size: 749 B |
Before Width: | Height: | Size: 575 B |
Before Width: | Height: | Size: 467 B |
Before Width: | Height: | Size: 484 B |
Before Width: | Height: | Size: 429 B |
Before Width: | Height: | Size: 561 B |
Before Width: | Height: | Size: 445 B |
Before Width: | Height: | Size: 547 B |
Before Width: | Height: | Size: 325 B |
Before Width: | Height: | Size: 119 B |
Before Width: | Height: | Size: 302 B |
Before Width: | Height: | Size: 663 B |
Before Width: | Height: | Size: 684 B |
Before Width: | Height: | Size: 597 B |
Before Width: | Height: | Size: 553 B |
Before Width: | Height: | Size: 247 B |
Before Width: | Height: | Size: 287 B |
Before Width: | Height: | Size: 291 B |
Before Width: | Height: | Size: 248 B |
Before Width: | Height: | Size: 257 B |
Before Width: | Height: | Size: 335 B |
Before Width: | Height: | Size: 191 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 666 B |
Before Width: | Height: | Size: 650 B |
Before Width: | Height: | Size: 444 B |
Before Width: | Height: | Size: 377 B |
Before Width: | Height: | Size: 258 B |
Before Width: | Height: | Size: 577 B |
Before Width: | Height: | Size: 647 B |
Before Width: | Height: | Size: 278 B |
Before Width: | Height: | Size: 273 B |
Before Width: | Height: | Size: 387 B |
Before Width: | Height: | Size: 666 B |
Before Width: | Height: | Size: 764 B |
Before Width: | Height: | Size: 428 B |
Before Width: | Height: | Size: 520 B |
Before Width: | Height: | Size: 547 B |
Before Width: | Height: | Size: 270 B |
Before Width: | Height: | Size: 246 B |
Before Width: | Height: | Size: 261 B |
Before Width: | Height: | Size: 276 B |
Before Width: | Height: | Size: 275 B |
Before Width: | Height: | Size: 162 B |
Before Width: | Height: | Size: 738 B |
Before Width: | Height: | Size: 169 B |
Before Width: | Height: | Size: 175 B |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 638 B |
Before Width: | Height: | Size: 246 B |
Before Width: | Height: | Size: 283 B |
Before Width: | Height: | Size: 347 B |
Before Width: | Height: | Size: 108 B |
Before Width: | Height: | Size: 347 B |
Before Width: | Height: | Size: 322 B |
Before Width: | Height: | Size: 517 B |
Before Width: | Height: | Size: 793 B |
Before Width: | Height: | Size: 672 B |
Before Width: | Height: | Size: 610 B |
Before Width: | Height: | Size: 859 B |
Before Width: | Height: | Size: 785 B |
Before Width: | Height: | Size: 589 B |
Before Width: | Height: | Size: 304 B |
Before Width: | Height: | Size: 431 B |
Before Width: | Height: | Size: 305 B |