This website requires JavaScript.
Explore
Help
Sign In
Jasima
/
godot-xterm
Watch
1
Star
0
Fork
You've already forked godot-xterm
0
mirror of
https://github.com/lihop/godot-xterm.git
synced
2024-11-14 22:30:26 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
f901d18052
godot-xterm
/
test
/
html5
/
cypress
/
support
/
commands.js
3 lines
99 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Auto-format files using new pre-commit config
2024-02-12 22:50:19 +01:00
import
compareSnapshotCommand
from
"cypress-image-diff-js/dist/command"
;
Use default export templates for HTML5 Changes Emscripten SDK version to match that used to compile the default export templates used by Godot 3.5 (in this case 3.1.14 as can be seen here: https://github.com/godotengine/build-containers/blob/3.5/Dockerfile.javascript). This means we no longer need to compile custom export templates when exporting HTML5 for Godot 3.5. Exports from other Godot versions may requiring compiling the GDNative library with a different version of the Emscripten SDK. - Changes renderer from GLES3 -> GLES2 and reduces MSAA level to better support HTML5 export. - Updates GitHub Action to export HTML5 and upload as a build artifact. - Adds Cypress test to smoke test HTML5 export.
2022-08-01 09:56:43 +02:00
compareSnapshotCommand
(
)
;
Reference in a new issue
Copy permalink