pierożki 2

This commit is contained in:
dreat 2025-09-24 01:18:49 +02:00
parent 3c404fd72a
commit 35032f88d0
No known key found for this signature in database
GPG key ID: B24F8F4D3724EE54
9 changed files with 5 additions and 5 deletions

View file

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before After
Before After

View file

@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no"> <meta name="viewport" content="width=device-width, user-scalable=no">
<title>Cutie Splash 2D</title> <title>KhinKills</title>
<style> <style>
body { body {
touch-action: none; touch-action: none;
@ -109,8 +109,8 @@ body {
visibility: visible; visibility: visible;
} }
</style> </style>
<link id='-gd-engine-icon' rel='icon' type='image/png' href='Cutie Splash 2D.icon.png' /> <link id='-gd-engine-icon' rel='icon' type='image/png' href='khinkills.icon.png' />
<link rel='apple-touch-icon' href='Cutie Splash 2D.apple-touch-icon.png'/> <link rel='apple-touch-icon' href='khinkills.apple-touch-icon.png'/>
</head> </head>
<body> <body>
@ -135,9 +135,9 @@ body {
<div id="status-notice" class="godot" style="display: none;"></div> <div id="status-notice" class="godot" style="display: none;"></div>
</div> </div>
<script src="Cutie Splash 2D.js"></script> <script src="khinkills.js"></script>
<script> <script>
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"executable":"Cutie Splash 2D","experimentalVK":false,"fileSizes":{"Cutie Splash 2D.pck":17616160,"Cutie Splash 2D.wasm":35708238},"focusCanvas":true,"gdextensionLibs":[]}; const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"executable":"khinkills","experimentalVK":false,"fileSizes":{"khinkills.pck":15195536,"khinkills.wasm":35708238},"focusCanvas":true,"gdextensionLibs":[]};
const engine = new Engine(GODOT_CONFIG); const engine = new Engine(GODOT_CONFIG);
(function () { (function () {

View file

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Before After
Before After