1
0
Fork 0

Compare commits

...

3 Commits

Author SHA1 Message Date
Felipe M 9c341c1f8c
Updated README 2021-01-22 23:46:24 +01:00
Felipe M 91f0091483
Added export presets 2021-01-22 23:46:05 +01:00
Felipe M 126e433c41
Ignore export folders 2021-01-22 23:45:30 +01:00
4 changed files with 52 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
**/export
.import

View File

@ -1 +1,8 @@
# 1-bit Godot Course Games
Games from the [1-bit godot course](https://heartbeast-gamedev-school.teachable.com/p/1-bit-godot-course-by-heartbeast)
| Game | Directory |
| ---- | --------- |
| Rocket Launch | [rocket-launch](./rocket-launch) |
| Piggy | [piggy](./piggy) |

22
piggy/export_presets.cfg Normal file
View File

@ -0,0 +1,22 @@
[preset.0]
name="HTML5"
platform="HTML5"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="export/index.html"
patch_list=PoolStringArray( )
script_export_mode=1
script_encryption_key=""
[preset.0.options]
vram_texture_compression/for_desktop=true
vram_texture_compression/for_mobile=false
html/custom_html_shell=""
html/head_include=""
custom_template/release=""
custom_template/debug=""

View File

@ -0,0 +1,22 @@
[preset.0]
name="HTML5"
platform="HTML5"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="export/index.html"
patch_list=PoolStringArray( )
script_export_mode=1
script_encryption_key=""
[preset.0.options]
vram_texture_compression/for_desktop=true
vram_texture_compression/for_mobile=false
html/custom_html_shell=""
html/head_include=""
custom_template/release=""
custom_template/debug=""