diff --git a/apps/gamejam/brackeys/13/.gitignore b/apps/gamejam/brackeys/13/.gitignore index 0af181cfb..20f547d0f 100644 --- a/apps/gamejam/brackeys/13/.gitignore +++ b/apps/gamejam/brackeys/13/.gitignore @@ -1,3 +1,4 @@ # Godot 4+ specific ignores .godot/ /android/ +/test/* \ No newline at end of file diff --git a/apps/gamejam/brackeys/13/export_presets.cfg b/apps/gamejam/brackeys/13/export_presets.cfg new file mode 100644 index 000000000..f39496713 --- /dev/null +++ b/apps/gamejam/brackeys/13/export_presets.cfg @@ -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) diff --git a/apps/kbve/kbve.com/src/content/journal/02-17.mdx b/apps/kbve/kbve.com/src/content/journal/02-17.mdx index b1846f0ff..bdad7ead8 100644 --- a/apps/kbve/kbve.com/src/content/journal/02-17.mdx +++ b/apps/kbve/kbve.com/src/content/journal/02-17.mdx @@ -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