Skip to content

Commit

Permalink
ci(brackeys13): preparing the export_presets for a HTML release.
Browse files Browse the repository at this point in the history
  • Loading branch information
h0lybyte committed Feb 18, 2025
1 parent 40eacc3 commit 377b2ee
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/gamejam/brackeys/13/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Godot 4+ specific ignores
.godot/
/android/
/test/*
41 changes: 41 additions & 0 deletions apps/gamejam/brackeys/13/export_presets.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
[preset.0]

name="Web"
platform="Web"
runnable=true
advanced_options=true
dedicated_server=false
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="test/brackeys13.html"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
encrypt_directory=false
script_export_mode=2

[preset.0.options]

custom_template/debug=""
custom_template/release=""
variant/extensions_support=true
variant/thread_support=true
vram_texture_compression/for_desktop=true
vram_texture_compression/for_mobile=false
html/export_icon=true
html/custom_html_shell=""
html/head_include=""
html/canvas_resize_policy=2
html/focus_canvas_on_start=true
html/experimental_virtual_keyboard=false
progressive_web_app/enabled=true
progressive_web_app/ensure_cross_origin_isolation_headers=true
progressive_web_app/offline_page=""
progressive_web_app/display=1
progressive_web_app/orientation=0
progressive_web_app/icon_144x144=""
progressive_web_app/icon_180x180=""
progressive_web_app/icon_512x512=""
progressive_web_app/background_color=Color(0, 0, 0, 1)
7 changes: 7 additions & 0 deletions apps/kbve/kbve.com/src/content/journal/02-17.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ import { Adsense } from '@kbve/astropad';
The goal would be to generate a couple of these that would be cross platform and easy for us to use in the future.
I suppose we could also make this a typescript library too, for client side generation.

### Brackeys13

- 09:23PM

Preparing the HTML export for the gamejam, we should not be too far from getting the rest of the pipeline going.
Next we need to figure out how to handle the UIUX for the game, this time keeping it all within gdscript.


## 2024

Expand Down

0 comments on commit 377b2ee

Please sign in to comment.