Skip to content

Commit

Permalink
Chore: Cleanup examples
Browse files Browse the repository at this point in the history
* Run through linting
* Optimize images
  • Loading branch information
bigtimebuddy committed Apr 13, 2024
1 parent c667319 commit aa04454
Show file tree
Hide file tree
Showing 45 changed files with 75 additions and 3,464 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Canvas fallback is 5x slower than vanilla rpgmaker. WebGL version is faster and
* [WebGL Retina Demo](https://pixijs.io/tilemap/examples/?resolution=2)
* [60% Scale](https://pixijs.io/tilemap/examples/?resolution=2&scale=0.6)
* [140% Scale](https://pixijs.io/tilemap/examples/?resolution=2&scale=1.4)
* [Canvas Demo](https://pixijs.io/tilemap/examples/?canvas)
* [WebGPU Demo](https://pixijs.io/tilemap/examples/?preference=webgpu)

## More Tutorials

Expand Down
Binary file modified examples/assets/atlas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/assets/brick.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/assets/brick_wall.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/assets/button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/assets/chest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/assets/grass.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/assets/red_chest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/assets/tough.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions examples/basic.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta charset="utf-8">
<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="../dist/pixi-tilemap.js"></script>
</head>
<body>
<script src="demo/basic.js" type="text/javascript"></script>
<script src="demo/basic.js"></script>
</body>
</html>
Loading

0 comments on commit aa04454

Please sign in to comment.