From 58de242581f6f9b57138a0a4772a62155d30f551 Mon Sep 17 00:00:00 2001 From: rom Date: Mon, 26 Apr 2021 01:02:23 +0200 Subject: violence --- export_presets.cfg | 76 +++++++++++++++++++++++++------------ project.godot | 10 ++--- scenes/introduction/check_mail.tscn | 1 + scenes/levels/level1.tscn | 55 +++++++++++++++++++++++++++ scenes/menu.tscn | 1 + scenes/pause.gd | 5 ++- 6 files changed, 114 insertions(+), 34 deletions(-) create mode 100644 scenes/levels/level1.tscn diff --git a/export_presets.cfg b/export_presets.cfg index 19bb43d..795dc14 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -8,50 +8,49 @@ export_filter="all_resources" include_filter="" exclude_filter="" export_path="build/android.apk" -patch_list=PoolStringArray( ) script_export_mode=1 script_encryption_key="" [preset.0.options] -graphics/32_bits_framebuffer=true -xr_features/xr_mode=0 -xr_features/degrees_of_freedom=0 -xr_features/hand_tracking=0 -xr_features/focus_awareness=false -one_click_deploy/clear_previous_install=false custom_template/debug="" custom_template/release="" custom_template/use_custom_build=false -command_line/extra_args="" +custom_template/export_format=0 +architectures/armeabi-v7a=true +architectures/arm64-v8a=true +architectures/x86=false +architectures/x86_64=false +keystore/debug="" +keystore/debug_user="" +keystore/debug_password="" +keystore/release="" +keystore/release_user="" +keystore/release_password="" +one_click_deploy/clear_previous_install=false version/code=1 version/name="1.0" package/unique_name="org.godotengine.$genname" package/name="" package/signed=true +launcher_icons/main_192x192="" +launcher_icons/adaptive_foreground_432x432="" +launcher_icons/adaptive_background_432x432="" +graphics/32_bits_framebuffer=true +graphics/opengl_debug=false +xr_features/xr_mode=0 +xr_features/degrees_of_freedom=0 +xr_features/hand_tracking=0 +xr_features/focus_awareness=false screen/immersive_mode=true -screen/orientation=0 screen/support_small=true screen/support_normal=true screen/support_large=true screen/support_xlarge=true -screen/opengl_debug=false -launcher_icons/main_192x192="" -launcher_icons/adaptive_foreground_432x432="" -launcher_icons/adaptive_background_432x432="" -keystore/debug="" -keystore/debug_user="" -keystore/debug_password="" -keystore/release="" -keystore/release_user="" -keystore/release_password="" +command_line/extra_args="" apk_expansion/enable=false apk_expansion/SALT="" apk_expansion/public_key="" -architectures/armeabi-v7a=true -architectures/arm64-v8a=true -architectures/x86=false -architectures/x86_64=false permissions/custom_permissions=PoolStringArray( ) permissions/access_checkin_properties=false permissions/access_coarse_location=false @@ -209,15 +208,42 @@ export_filter="all_resources" include_filter="" exclude_filter="" export_path="" -patch_list=PoolStringArray( ) script_export_mode=1 script_encryption_key="" [preset.1.options] +custom_template/debug="" +custom_template/release="" +variant/export_type=0 vram_texture_compression/for_desktop=true vram_texture_compression/for_mobile=false html/custom_html_shell="" html/head_include="" -custom_template/release="" +html/canvas_resize_policy=2 +html/experimental_virtual_keyboard=false + +[preset.2] + +name="Linux/X11" +platform="Linux/X11" +runnable=true +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="build/linux.x86_64" +script_export_mode=1 +script_encryption_key="" + +[preset.2.options] + custom_template/debug="" +custom_template/release="" +binary_format/64_bits=true +binary_format/embed_pck=false +texture_format/bptc=false +texture_format/s3tc=true +texture_format/etc=false +texture_format/etc2=false +texture_format/no_bptc_fallbacks=true diff --git a/project.godot b/project.godot index 80d51c1..ffe31ee 100644 --- a/project.godot +++ b/project.godot @@ -24,11 +24,6 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://components/card/card.gd" }, { -"base": "", -"class": "GitAPI", -"language": "NativeScript", -"path": "res://git_api.gdns" -}, { "base": "Node2D", "class": "Level", "language": "GDScript", @@ -48,7 +43,6 @@ _global_script_class_icons={ "ButtonTest": "", "CameraTrackFollower": "", "Card": "", -"GitAPI": "", "Level": "", "PathRenderer": "", "TextReveal": "" @@ -69,13 +63,14 @@ Settings="*res://components/Settings.gd" window/size/width=1280 window/size/height=720 +window/size/fullscreen=true mouse_cursor/custom_image="res://textures/icons/cursor.png" window/stretch/mode="2d" window/stretch/aspect="keep" [gdnative] -singletons=[ "res://git_api.gdnlib" ] +singletons=[ ] [gui] @@ -113,3 +108,4 @@ vram_compression/import_etc=true vram_compression/import_etc2=false environment/default_clear_color=Color( 0.00392157, 0.0862745, 0.160784, 1 ) environment/default_environment="res://default_env.tres" +<<<<<<