From c2be9e9056cb403155664dec8f08bb00be736671 Mon Sep 17 00:00:00 2001 From: J08nY Date: Sat, 22 Apr 2017 03:17:33 +0200 Subject: init --- base.tscn | 5 +++++ export_presets.cfg | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ ld38.godot | 10 ++++++++++ 3 files changed, 73 insertions(+) create mode 100644 base.tscn create mode 100644 export_presets.cfg create mode 100644 ld38.godot diff --git a/base.tscn b/base.tscn new file mode 100644 index 0000000..f977418 --- /dev/null +++ b/base.tscn @@ -0,0 +1,5 @@ +[gd_scene format=2] + +[node name="Node" type="Node"] + + diff --git a/export_presets.cfg b/export_presets.cfg new file mode 100644 index 0000000..0f5ef08 --- /dev/null +++ b/export_presets.cfg @@ -0,0 +1,58 @@ +[preset.0] + +exclude_filter="" +export_filter="all_resources" +include_filter="" +name="HTML5" +patch_list=PoolStringArray( ) +platform="HTML5" +runnable=true + +[preset.0.options] + +custom_template/debug="" +custom_template/release="" +html/head_include="" +options/memory_size=3 +options/target=1 +texture_format/etc=true +texture_format/etc2=false +texture_format/s3tc=false + +[preset.1] + +exclude_filter="" +export_filter="all_resources" +include_filter="" +name="Linux/X11" +patch_list=PoolStringArray( ) +platform="Linux/X11" +runnable=true + +[preset.1.options] + +binary_format/64_bits=true +custom_template/debug="/root/.godot/templates/3.0-alpha/linux_x11_64_debug" +custom_template/release="/root/.godot/templates/3.0-alpha/linux_x11_64_release" +texture_format/etc=false +texture_format/etc2=false +texture_format/s3tc=true + +[preset.2] + +exclude_filter="" +export_filter="all_resources" +include_filter="" +name="Windows Desktop" +patch_list=PoolStringArray( ) +platform="Windows Desktop" +runnable=true + +[preset.2.options] + +binary_format/64_bits=true +custom_template/debug="/root/.godot/templates/3.0-alpha/windows_64_debug.exe" +custom_template/release="/root/.godot/templates/3.0-alpha/windows_64_release.exe" +texture_format/etc=false +texture_format/etc2=false +texture_format/s3tc=true diff --git a/ld38.godot b/ld38.godot new file mode 100644 index 0000000..2359ede --- /dev/null +++ b/ld38.godot @@ -0,0 +1,10 @@ +config_version=3 +[application] + +name="ld38" +main_scene="res://base.tscn" +icon="res://icon.png" + +[memory] + +multithread/thread_rid_pool_prealloc=60 -- cgit v1.2.3-70-g09d2