Skip to content

Commit 17b696d

Browse files
committed
url prefix fix
1 parent 2d8e6db commit 17b696d

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"content":[{"name":"game.projectc","size":4269,"pieces":[{"name":"game0.projectc","offset":0}]},{"name":"game.arci","size":39648,"pieces":[{"name":"game0.arci","offset":0}]},{"name":"game.arcd","size":536133,"pieces":[{"name":"game0.arcd","offset":0}]},{"name":"game.dmanifest","size":23935,"pieces":[{"name":"game0.dmanifest","offset":0}]},{"name":"game.public.der","size":162,"pieces":[{"name":"game0.public.der","offset":0}]}],"total_size":604147}
1+
{"content":[{"name":"game.projectc","size":4270,"pieces":[{"name":"game0.projectc","offset":0}]},{"name":"game.arci","size":39648,"pieces":[{"name":"game0.arci","offset":0}]},{"name":"game.arcd","size":536136,"pieces":[{"name":"game0.arcd","offset":0}]},{"name":"game.dmanifest","size":23935,"pieces":[{"name":"game0.dmanifest","offset":0}]},{"name":"game.public.der","size":162,"pieces":[{"name":"game0.public.der","offset":0}]}],"total_size":604151}
Binary file not shown.
Binary file not shown.
Binary file not shown.

postsdata/2025-07-11-editor-scripting-update/archive/game0.projectc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ custom_heap_size = 0
168168
heap_size = 64
169169
htmlfile = /builtins/manifests/web/engine_template.html
170170
cssfile = /builtins/manifests/web/light_theme.css
171-
archive_location_prefix = /postsdata/2025-07-10-editor-scripting-update/archive
171+
archive_location_prefix = /postsdata/2025-07-11-editor-scripting-update/archive
172172
archive_location_suffix =
173173
engine_arguments = --verify-graphics-calls=false
174174
wasm_streaming = 0
@@ -196,7 +196,7 @@ include_dirs =
196196
shared_state = 1
197197

198198
[label]
199-
max_count = 256
199+
max_count = 2048
200200
subpixels = 1
201201

202202
[profiler]

postsdata/2025-07-11-editor-scripting-update/dmloader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
*/
4646
var CUSTOM_PARAMETERS = {
4747
archive_location_filter: function( path ) {
48-
return ("/postsdata/2025-07-10-editor-scripting-update/archive" + path + "");
48+
return ("/postsdata/2025-07-11-editor-scripting-update/archive" + path + "");
4949
},
5050
engine_arguments: ["--verify-graphics-calls=false",],
5151
custom_heap_size: 67108864,

0 commit comments

Comments
 (0)