Skip to content

Commit

Permalink
Update pixi.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Apr 13, 2024
1 parent b59107b commit e7d1fed
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion examples/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<title>PIXI-TILEMAP minimal test</title>
<link type="text/css" media="all" rel="stylesheet" href="css/main.css"/>
<script src="https://pixijs.download/dev/pixi.js"></script>
<!-- <script src="lib/pixi.js"></script>-->
<script src="../dist/pixi-tilemap.js"></script>
</head>
<body>
Expand Down
1 change: 0 additions & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
}
</style>
<script src="https://pixijs.download/dev/pixi.js"></script>
<!-- <script src="lib/pixi.js"></script>-->
<script src="../dist/pixi-tilemap.js"></script>
<script src="demo/rpgmaker.js"></script>
<script src="demo/main.js"></script>
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"extends": "@pixi/extension-scripts/tsconfig",
"compilerOptions": {
// Avoid upstream issues with pixi.js
"skipLibCheck": true,
// TODO: Remove this when null checks are strict
"strictNullChecks": false
},
Expand Down

0 comments on commit e7d1fed

Please sign in to comment.