Playtester build
This commit is contained in:
parent
02d32266e9
commit
7d0e5566f8
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Prototype 2</title>
|
||||
<title>FLEDGLING</title>
|
||||
</head>
|
||||
<body>
|
||||
<canvas id="game" style="cursor: none"></canvas>
|
||||
|
BIN
packaging/gif1.gif
Normal file
BIN
packaging/gif1.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 163 KiB |
BIN
packaging/gif2.gif
Normal file
BIN
packaging/gif2.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 73 KiB |
BIN
packaging/gif3.gif
Normal file
BIN
packaging/gif3.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 114 KiB |
BIN
packaging/thumbnail.png
Normal file
BIN
packaging/thumbnail.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
@ -1,9 +1,9 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"target": "ES2024",
|
||||
"useDefineForClassFields": true,
|
||||
"module": "ESNext",
|
||||
"lib": ["ES2020", "DOM", "DOM.Iterable"],
|
||||
"lib": ["ES2024", "DOM", "DOM.Iterable"],
|
||||
"skipLibCheck": true,
|
||||
|
||||
/* Bundler mode */
|
||||
|
10
vite.config.js
Normal file
10
vite.config.js
Normal file
@ -0,0 +1,10 @@
|
||||
// vite.config.js
|
||||
import { defineConfig } from 'vite'
|
||||
|
||||
export default defineConfig({
|
||||
base: '',
|
||||
minify: false,
|
||||
build: {
|
||||
target: "esnext"
|
||||
}
|
||||
})
|
Loading…
x
Reference in New Issue
Block a user