Skip to content

Commit

Permalink
Deploying to gh-pages from @ 0763cad 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Firsttryy committed Nov 3, 2023
1 parent 71ce764 commit 3d4b062
Show file tree
Hide file tree
Showing 14 changed files with 584 additions and 368 deletions.
Binary file removed game-test/Temple Sprint.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion game-test/game_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"Pierre Burghardt"
],
"description": "Can you escape this spooky trap?",
"time": "2023-11-01",
"time": "2023-11-03",
"title": "Temple Sprint"
}
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

importer="texture"
type="CompressedTexture2D"
uid="uid://bdtdi86aahtx1"
path="res://.godot/imported/Temple Sprint.apple-touch-icon.png-ddb703d552ff0497a4f667e166a9d4b0.ctex"
uid="uid://dunnv7xip0slv"
path="res://.godot/imported/index.apple-touch-icon.png-21031f526f7942c8019a62913b80e091.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://exports/web/Temple Sprint.apple-touch-icon.png"
dest_files=["res://.godot/imported/Temple Sprint.apple-touch-icon.png-ddb703d552ff0497a4f667e166a9d4b0.ctex"]
source_file="res://build/web/index.apple-touch-icon.png"
dest_files=["res://.godot/imported/index.apple-touch-icon.png-21031f526f7942c8019a62913b80e091.ctex"]

[params]

Expand Down
File renamed without changes.
10 changes: 5 additions & 5 deletions game-test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@
visibility: visible;
}
</style>
<link id='-gd-engine-icon' rel='icon' type='image/png' href='Temple Sprint.icon.png' />
<link rel='apple-touch-icon' href='Temple Sprint.apple-touch-icon.png'/>
<link id='-gd-engine-icon' rel='icon' type='image/png' href='index.icon.png' />
<link rel='apple-touch-icon' href='index.apple-touch-icon.png'/>

</head>
<body>
Expand All @@ -134,10 +134,10 @@
</div>
<div id="status-notice" class="godot" style="display: none;"></div>
</div>
<script src="enable-threads.js"></script>
<script src="index.js"></script>

<script src="enable-threads.js"></script><script src="index.js"></script>
<script>
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"executable":"Temple Sprint","experimentalVK":false,"fileSizes":{"Temple Sprint.pck":30040656,"Temple Sprint.wasm":62094442},"focusCanvas":true,"gdextensionLibs":[]};
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"executable":"index","experimentalVK":false,"fileSizes":{"index.pck":4463552,"index.wasm":28965264},"focusCanvas":true,"gdextensionLibs":[]};
const engine = new Engine(GODOT_CONFIG);

(function () {
Expand Down
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

importer="texture"
type="CompressedTexture2D"
uid="uid://bm3ehchielnoq"
path="res://.godot/imported/Temple Sprint.png-84ff482be6f875072a3927b0fe137c21.ctex"
uid="uid://dtiifyqv8jvl4"
path="res://.godot/imported/index.icon.png-a9d2f4f7433eeddc29dad75f5e7f8710.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://exports/web/Temple Sprint.png"
dest_files=["res://.godot/imported/Temple Sprint.png-84ff482be6f875072a3927b0fe137c21.ctex"]
source_file="res://build/web/index.icon.png"
dest_files=["res://.godot/imported/index.icon.png-a9d2f4f7433eeddc29dad75f5e7f8710.ctex"]

[params]

Expand Down
Loading

0 comments on commit 3d4b062

Please sign in to comment.