Skip to content

Commit

Permalink
chore: remove many assets
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Sep 24, 2024
1 parent d8149ef commit dcdde6d
Show file tree
Hide file tree
Showing 184 changed files with 138 additions and 738 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ by [KAPLAY](https://kaplayjs.com), a game engine.
- ⭐ Multi-file editing support (with scenes)
- ⭐ KAPLAY examples support
- ⭐ Tooltip, toasts and much feedback!
- ⭐ Now Kaboom configuration is supported in the editor (no in share links/examples)
- ⭐ Now Kaboom configuration is supported in the editor (no in share links/examples)
- added fonts support
- added a loading screen
- added reset project option
Expand Down
2 changes: 1 addition & 1 deletion assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -303,4 +303,4 @@
"height": 36
}
}
]
]
26 changes: 12 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/pg.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>KAPLAYGROUND</title>
</head>

<head>
<meta charset="UTF-8" />
<link rel="icon" href="/pg.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>KAPLAYGROUND</title>
</head>

<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>

</html>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
"scripts": {
"dev": "vite dev",
"start": "vite dev",
"build": "vite check && astro build",
"preview": "astro preview",
"astro": "astro",
"build": "vite build",
"preview": "vite preview",
"fmt": "dprint fmt",
"fk": "cd kaplay && pnpm i && pnpm build && cd .. && pnpm copy",
"copy": "cp -r kaplay/assets/sprites kaplay/dist/kaboom.js kaplay/dist/kaboom.js.map public/ && cp -r kaplay/examples/sprites kaplay/examples/fonts kaplay/examples/sounds kaplay/examples/shaders public/examples",
Expand Down Expand Up @@ -46,7 +45,8 @@
"kaplay": "3001.0.0-alpha.22",
"monaco-editor": "^0.48.0",
"postcss": "^8.4.41",
"vite": "^5.4.2"
"vite": "^5.4.2",
"vite-plugin-static-copy": "^1.0.6"
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}
47 changes: 47 additions & 0 deletions pnpm-lock.yaml

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

10 changes: 5 additions & 5 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};
Binary file removed public/examples/fonts/04b03.ttf
Binary file not shown.
Binary file removed public/examples/fonts/04b03_6x8.png
Binary file not shown.
Binary file removed public/examples/fonts/4x4.png
Binary file not shown.
Binary file removed public/examples/fonts/FlowerSketches.ttf
Binary file not shown.
Binary file removed public/examples/fonts/Romantique.ttf
Binary file not shown.
Binary file removed public/examples/fonts/apl386.ttf
Binary file not shown.
Binary file removed public/examples/fonts/cga_8x8.png
Binary file not shown.
Binary file removed public/examples/fonts/happy_28x36.png
Binary file not shown.
Binary file removed public/examples/fonts/proggy_7x13.png
Binary file not shown.
Binary file removed public/examples/fonts/sink_6x8.png
Binary file not shown.
Binary file removed public/examples/fonts/unscii_8x8.png
Binary file not shown.
Binary file removed public/examples/fonts/zpix.ttf
Binary file not shown.
19 changes: 0 additions & 19 deletions public/examples/shaders/crt.frag

This file was deleted.

6 changes: 0 additions & 6 deletions public/examples/shaders/invert.frag

This file was deleted.

12 changes: 0 additions & 12 deletions public/examples/shaders/light.frag

This file was deleted.

12 changes: 0 additions & 12 deletions public/examples/shaders/pixelate.frag

This file was deleted.

93 changes: 0 additions & 93 deletions public/examples/shaders/vhs.frag

This file was deleted.

Binary file removed public/examples/sounds/OtherworldlyFoe.mp3
Binary file not shown.
Binary file removed public/examples/sounds/bell.mp3
Binary file not shown.
Binary file removed public/examples/sounds/blip.mp3
Binary file not shown.
Binary file removed public/examples/sounds/bug.mp3
Binary file not shown.
Binary file removed public/examples/sounds/burp.mp3
Binary file not shown.
Binary file removed public/examples/sounds/computer.mp3
Binary file not shown.
Binary file removed public/examples/sounds/danger.mp3
Binary file not shown.
Binary file removed public/examples/sounds/dune.mp3
Binary file not shown.
Binary file removed public/examples/sounds/error.mp3
Binary file not shown.
Binary file removed public/examples/sounds/explode.mp3
Binary file not shown.
Binary file removed public/examples/sounds/hit.mp3
Binary file not shown.
Binary file removed public/examples/sounds/kaboom2000.mp3
Binary file not shown.
Binary file removed public/examples/sounds/mystic.mp3
Binary file not shown.
Binary file removed public/examples/sounds/notice.mp3
Binary file not shown.
Binary file removed public/examples/sounds/off.mp3
Binary file not shown.
Binary file removed public/examples/sounds/portal.mp3
Binary file not shown.
Binary file removed public/examples/sounds/powerup.mp3
Binary file not shown.
Binary file removed public/examples/sounds/robot.mp3
Binary file not shown.
Binary file removed public/examples/sounds/score.mp3
Binary file not shown.
Binary file removed public/examples/sounds/shoot.mp3
Binary file not shown.
Binary file removed public/examples/sounds/signal.mp3
Binary file not shown.
Binary file removed public/examples/sounds/spring.mp3
Binary file not shown.
Binary file removed public/examples/sounds/weak.mp3
Binary file not shown.
Binary file removed public/examples/sounds/wooosh.mp3
Binary file not shown.
Binary file removed public/examples/sprites/9slice.png
Binary file not shown.
Binary file removed public/examples/sprites/YOSHI.png
Binary file not shown.
Binary file removed public/examples/sprites/dino.png
Binary file not shown.
Loading

0 comments on commit dcdde6d

Please sign in to comment.