Compare commits

..

No commits in common. "35f17f3706a9be37ad9cbdbbf803e0e4520f49a6" and "9c6978e188b75f9c56ef85074a59211f575705a8" have entirely different histories.

9 changed files with 9 additions and 122 deletions

View file

@ -1,40 +0,0 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cqya2vag0espa"
path="res://.godot/imported/khinkills.apple-touch-icon.png-3c87bfb95a7900d09d0a361fb22f7da1.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://export/04/khinkills.apple-touch-icon.png"
dest_files=["res://.godot/imported/khinkills.apple-touch-icon.png-3c87bfb95a7900d09d0a361fb22f7da1.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -111,7 +111,7 @@ body {
<script src="khinkills.js"></script> <script src="khinkills.js"></script>
<script> <script>
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"emscriptenPoolSize":8,"ensureCrossOriginIsolationHeaders":true,"executable":"khinkills","experimentalVK":false,"fileSizes":{"khinkills.pck":26742992,"khinkills.wasm":38034280},"focusCanvas":true,"gdextensionLibs":[],"godotPoolSize":4}; const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"emscriptenPoolSize":8,"ensureCrossOriginIsolationHeaders":true,"executable":"khinkills","experimentalVK":false,"fileSizes":{"khinkills.pck":26720844,"khinkills.wasm":36145869},"focusCanvas":true,"gdextensionLibs":[],"godotPoolSize":4};
const GODOT_THREADS_ENABLED = false; const GODOT_THREADS_ENABLED = false;
const engine = new Engine(GODOT_CONFIG); const engine = new Engine(GODOT_CONFIG);

View file

@ -1,40 +0,0 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bt76msqfu8sho"
path="res://.godot/imported/khinkills.icon.png-acccd8cbe3e72d324048c7b72305854e.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://export/04/khinkills.icon.png"
dest_files=["res://.godot/imported/khinkills.icon.png-acccd8cbe3e72d324048c7b72305854e.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -1,40 +0,0 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b578ts4b6ong5"
path="res://.godot/imported/khinkills.png-74c57e0bcc357f2f0a69ec8bf7d7d35d.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://export/04/khinkills.png"
dest_files=["res://.godot/imported/khinkills.png-74c57e0bcc357f2f0a69ec8bf7d7d35d.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

1
CNAME Normal file
View file

@ -0,0 +1 @@

6
netlify.toml Normal file
View file

@ -0,0 +1,6 @@
[[headers]]
for = "/*"
[headers.values]
Cross-Origin-Opener-Policy = "same-origin"
Cross-Origin-Embedder-Policy = "require-corp"