Skip to content

Commit 4a58929

Browse files
committed
fix: build commit and refresh fix
1 parent 8597fe8 commit 4a58929

6 files changed

Lines changed: 6 additions & 13 deletions

File tree

frontend/labmap2/.godot/editor/filesystem_cache8

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ea4bc82a6ad023ab7ee23ee620429895
2-
::res://::1756866486
2+
::res://::1756870865
33
export_presets.cfg::TextFile::-1::1756840323::0::1::::<><>::
44
icon.svg::CompressedTexture2D::8019015828006172325::1729218193::1756852168::1::::<><>::
55
name_dictionary.json::JSON::-1::1756858929::0::1::::<><>::
@@ -13,7 +13,7 @@ table_sheet.png::CompressedTexture2D::921768295176594968::1733372692::1756852168
1313
waddles-stand-back.png::CompressedTexture2D::4205090806430381745::1731433279::1756852168::1::::<><>::
1414
waddles-stand-front.png::CompressedTexture2D::2259515878044405065::1731433279::1756852168::1::::<><>::
1515
wall_sheet.png::CompressedTexture2D::7034852701591905200::1733372300::1756852168::1::::<><>::
16-
::res://export/::1756866024
16+
::res://export/::1756866488
1717
Labmap2.144x144.png::CompressedTexture2D::3033371992561294965::1756866024::1756866488::1::::<><>::
1818
Labmap2.180x180.png::CompressedTexture2D::5448115414281155812::1756866024::1756866488::1::::<><>::
1919
Labmap2.512x512.png::CompressedTexture2D::3088098711088801647::1756866024::1756866488::1::::<><>::

frontend/labmap2/.godot/editor/project_metadata.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ default_filename="Labmap2"
1414

1515
[dialog_bounds]
1616

17-
export=Rect2(2235, 153, 1396, 846)
17+
export=Rect2(222, 481, 1144, 583)
1818
create_new_node=Rect2(2750, 370, 900, 700)
1919

2020
[script_setup]

frontend/labmap2/.godot/editor/script_editor_cache.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ state={
9191
"folded_lines": Array[int]([]),
9292
"h_scroll_position": 0,
9393
"row": 3,
94-
"scroll_position": 0.0,
94+
"scroll_position": 4.0,
9595
"selection": false,
9696
"syntax_highlighter": "GDScript"
9797
}

frontend/labmap2_server/static/Labmap2.html

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0">
6+
<meta http-equiv="refresh" content="1800" />
67
<title>Labmap2</title>
78
<style>
89
html, body, #canvas {
@@ -97,14 +98,6 @@
9798
</div>
9899

99100
<script src="Labmap2.js"></script>
100-
<script>
101-
// Refresh every 15 minutes (900,000 ms)
102-
setInterval(function() {
103-
window.location.reload();
104-
}, 15 * 60 * 1000);
105-
</script>
106-
107-
108101
<script>
109102
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"ensureCrossOriginIsolationHeaders":true,"executable":"Labmap2","experimentalVK":false,"fileSizes":{"Labmap2.pck":270032,"Labmap2.wasm":35376909},"focusCanvas":true,"gdextensionLibs":[],"serviceWorker":"Labmap2.service.worker.js"};
110103
const GODOT_THREADS_ENABLED = false;
0 Bytes
Binary file not shown.

frontend/labmap2_server/static/Labmap2.service.worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Incrementing CACHE_VERSION will kick off the install event and force
55
// previously cached resources to be updated from the network.
66
/** @type {string} */
7-
const CACHE_VERSION = '1756862485|35018516';
7+
const CACHE_VERSION = '1756871002|142573958';
88
/** @type {string} */
99
const CACHE_PREFIX = 'Labmap2-sw-cache-';
1010
const CACHE_NAME = CACHE_PREFIX + CACHE_VERSION;

0 commit comments

Comments
 (0)