Skip to content

Commit

Permalink
Change Web Build to Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TeenBiscuits committed Feb 16, 2024
1 parent d5ba1d1 commit b79161c
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
File renamed without changes
File renamed without changes.
2 changes: 1 addition & 1 deletion build/web/CronoSquare.html → docs/CronoSquare.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@

<script src="CronoSquare.js"></script>
<script>
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"executable":"CronoSquare","experimentalVK":false,"fileSizes":{"CronoSquare.pck":2274368,"CronoSquare.wasm":35649444},"focusCanvas":true,"gdextensionLibs":[]};
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"executable":"CronoSquare","experimentalVK":false,"fileSizes":{"CronoSquare.pck":2298416,"CronoSquare.wasm":35649444},"focusCanvas":true,"gdextensionLibs":[]};
const engine = new Engine(GODOT_CONFIG);

(function () {
Expand Down
File renamed without changes
File renamed without changes.
Binary file renamed build/web/CronoSquare.pck → docs/CronoSquare.pck
Binary file not shown.
File renamed without changes
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="build/web/CronoSquare.html"
export_path="docs/CronoSquare.html"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
Expand Down

0 comments on commit b79161c

Please sign in to comment.