Skip to content

Commit c8c1602

Browse files
committed
feat: Adjust display positions, lighting, and player controls
1 parent a5718ab commit c8c1602

20 files changed

Lines changed: 74 additions & 39 deletions
56.7 KB
Loading

app/static/godot.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,14 @@
104104
</noscript>
105105

106106
<div id="status">
107-
<img id="status-splash" class="show-image--true fullsize--true use-filter--true" src="godot.png" alt="">
107+
<img id="status-splash" class="show-image--true fullsize--false use-filter--true" src="godot.png" alt="">
108108
<progress id="status-progress"></progress>
109109
<div id="status-notice"></div>
110110
</div>
111111

112112
<script src="godot.js"></script>
113113
<script>
114-
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"emscriptenPoolSize":8,"ensureCrossOriginIsolationHeaders":true,"executable":"godot","experimentalVK":false,"fileSizes":{"godot.pck":16356772,"godot.wasm":36160334},"focusCanvas":true,"gdextensionLibs":[],"godotPoolSize":4};
114+
const GODOT_CONFIG = {"args":[],"canvasResizePolicy":2,"emscriptenPoolSize":8,"ensureCrossOriginIsolationHeaders":true,"executable":"godot","experimentalVK":false,"fileSizes":{"godot.pck":16582996,"godot.wasm":38034280},"focusCanvas":true,"gdextensionLibs":[],"godotPoolSize":4};
115115
const GODOT_THREADS_ENABLED = false;
116116
const engine = new Engine(GODOT_CONFIG);
117117

app/static/godot.icon.png

130 KB
Loading

app/static/godot.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/static/godot.pck

221 KB
Binary file not shown.

app/static/godot.png

114 KB
Loading

app/static/godot.wasm

1.79 MB
Binary file not shown.

blender/display.blend

-522 Bytes
Binary file not shown.

blender/display.glb

48 Bytes
Binary file not shown.

blender/museum.blend

-25.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)