From 3a6f8517c0607d93fcdcd7b143472cd77ae61f9e Mon Sep 17 00:00:00 2001 From: Jonas Braus Date: Mon, 29 Jul 2024 22:01:12 +0200 Subject: [PATCH] added more gumba --- export_presets.cfg | 169 +++++++++++++++++++++++++++++++------------- scenes/level_1.tscn | 20 ++++++ 2 files changed, 139 insertions(+), 50 deletions(-) diff --git a/export_presets.cfg b/export_presets.cfg index cb3f225..a3724d6 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -306,15 +306,15 @@ permissions/write_user_dictionary=false [preset.3] -name="iOS" -platform="iOS" +name="macOS" +platform="macOS" runnable=true dedicated_server=false custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../../../../../home/jonas/Schreibtisch/Export_Mario_IOS/retromario.ipa" +export_path="../../../../../home/jonas/Schreibtisch/Export_Mario_Mac/retromario.zip" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false @@ -322,58 +322,127 @@ encrypt_directory=false [preset.3.options] +export/distribution_type=1 +binary_format/architecture="universal" custom_template/debug="" custom_template/release="" -architectures/arm64=true -application/app_store_team_id="12345" -application/code_sign_identity_debug="" -application/export_method_debug=1 -application/code_sign_identity_release="" -application/export_method_release=0 -application/targeted_device_family=2 +debug/export_console_wrapper=1 +application/icon="" +application/icon_interpolation=4 application/bundle_identifier="com.retro.mario" application/signature="" +application/app_category="Games" application/short_version="" application/version="" -application/icon_interpolation=4 -application/launch_screens_interpolation=4 -application/export_project_only=false -capabilities/access_wifi=false -capabilities/push_notifications=false -user_data/accessible_from_files_app=false -user_data/accessible_from_itunes_sharing=false -privacy/camera_usage_description="" -privacy/camera_usage_description_localized={} +application/copyright="" +application/copyright_localized={} +application/min_macos_version="10.12" +application/export_angle=0 +display/high_res=true +xcode/platform_build="14C18" +xcode/sdk_version="13.1" +xcode/sdk_build="22C55" +xcode/sdk_name="macosx13.1" +xcode/xcode_version="1420" +xcode/xcode_build="14C18" +codesign/codesign=1 +codesign/installer_identity="" +codesign/apple_team_id="" +codesign/identity="" +codesign/entitlements/custom_file="" +codesign/entitlements/allow_jit_code_execution=false +codesign/entitlements/allow_unsigned_executable_memory=false +codesign/entitlements/allow_dyld_environment_variables=false +codesign/entitlements/disable_library_validation=false +codesign/entitlements/audio_input=false +codesign/entitlements/camera=false +codesign/entitlements/location=false +codesign/entitlements/address_book=false +codesign/entitlements/calendars=false +codesign/entitlements/photos_library=false +codesign/entitlements/apple_events=false +codesign/entitlements/debugging=false +codesign/entitlements/app_sandbox/enabled=false +codesign/entitlements/app_sandbox/network_server=false +codesign/entitlements/app_sandbox/network_client=false +codesign/entitlements/app_sandbox/device_usb=false +codesign/entitlements/app_sandbox/device_bluetooth=false +codesign/entitlements/app_sandbox/files_downloads=0 +codesign/entitlements/app_sandbox/files_pictures=0 +codesign/entitlements/app_sandbox/files_music=0 +codesign/entitlements/app_sandbox/files_movies=0 +codesign/entitlements/app_sandbox/files_user_selected=0 +codesign/entitlements/app_sandbox/helper_executables=[] +codesign/custom_options=PackedStringArray() +notarization/notarization=0 privacy/microphone_usage_description="" privacy/microphone_usage_description_localized={} -privacy/photolibrary_usage_description="" -privacy/photolibrary_usage_description_localized={} -icons/iphone_120x120="" -icons/iphone_180x180="" -icons/ipad_76x76="" -icons/ipad_152x152="" -icons/ipad_167x167="" -icons/app_store_1024x1024="" -icons/spotlight_40x40="" -icons/spotlight_80x80="" -icons/settings_58x58="" -icons/settings_87x87="" -icons/notification_40x40="" -icons/notification_60x60="" -storyboard/use_launch_screen_storyboard=true -storyboard/image_scale_mode=0 -storyboard/custom_image@2x="" -storyboard/custom_image@3x="" -storyboard/use_custom_bg_color=false -storyboard/custom_bg_color=Color(0, 0, 0, 1) -landscape_launch_screens/iphone_2436x1125="" -landscape_launch_screens/iphone_2208x1242="" -landscape_launch_screens/ipad_1024x768="" -landscape_launch_screens/ipad_2048x1536="" -portrait_launch_screens/iphone_640x960="" -portrait_launch_screens/iphone_640x1136="" -portrait_launch_screens/iphone_750x1334="" -portrait_launch_screens/iphone_1125x2436="" -portrait_launch_screens/ipad_768x1024="" -portrait_launch_screens/ipad_1536x2048="" -portrait_launch_screens/iphone_1242x2208="" +privacy/camera_usage_description="" +privacy/camera_usage_description_localized={} +privacy/location_usage_description="" +privacy/location_usage_description_localized={} +privacy/address_book_usage_description="" +privacy/address_book_usage_description_localized={} +privacy/calendar_usage_description="" +privacy/calendar_usage_description_localized={} +privacy/photos_library_usage_description="" +privacy/photos_library_usage_description_localized={} +privacy/desktop_folder_usage_description="" +privacy/desktop_folder_usage_description_localized={} +privacy/documents_folder_usage_description="" +privacy/documents_folder_usage_description_localized={} +privacy/downloads_folder_usage_description="" +privacy/downloads_folder_usage_description_localized={} +privacy/network_volumes_usage_description="" +privacy/network_volumes_usage_description_localized={} +privacy/removable_volumes_usage_description="" +privacy/removable_volumes_usage_description_localized={} +ssh_remote_deploy/enabled=false +ssh_remote_deploy/host="user@host_ip" +ssh_remote_deploy/port="22" +ssh_remote_deploy/extra_args_ssh="" +ssh_remote_deploy/extra_args_scp="" +ssh_remote_deploy/run_script="#!/usr/bin/env bash +unzip -o -q \"{temp_dir}/{archive_name}\" -d \"{temp_dir}\" +open \"{temp_dir}/{exe_name}.app\" --args {cmd_args}" +ssh_remote_deploy/cleanup_script="#!/usr/bin/env bash +kill $(pgrep -x -f \"{temp_dir}/{exe_name}.app/Contents/MacOS/{exe_name} {cmd_args}\") +rm -rf \"{temp_dir}\"" + +[preset.4] + +name="Web" +platform="Web" +runnable=true +dedicated_server=false +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="../../../../../home/jonas/Schreibtisch/Export_Mario_Web/retromario.html" +encryption_include_filters="" +encryption_exclude_filters="" +encrypt_pck=false +encrypt_directory=false + +[preset.4.options] + +custom_template/debug="" +custom_template/release="" +variant/extensions_support=false +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=false +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/scenes/level_1.tscn b/scenes/level_1.tscn index 6756e4e..7c3cc26 100644 --- a/scenes/level_1.tscn +++ b/scenes/level_1.tscn @@ -19293,6 +19293,14 @@ collision_layer = 16 position = Vector2(-8, 8) shape = SubResource("RectangleShape2D_ipe5j") +[node name="StaticBody2D4" type="StaticBody2D" parent="invisible_barriers"] +position = Vector2(1344, -16) +collision_layer = 16 + +[node name="CollisionShape2D" type="CollisionShape2D" parent="invisible_barriers/StaticBody2D4"] +position = Vector2(-8, 8) +shape = SubResource("RectangleShape2D_ipe5j") + [node name="StaticBody2D3" type="StaticBody2D" parent="invisible_barriers"] position = Vector2(-160, -16) collision_layer = 17 @@ -19355,3 +19363,15 @@ theme_override_fonts/font = ExtResource("10_b277n") text = "Tap Right To Jump" horizontal_alignment = 1 vertical_alignment = 1 + +[node name="Gumba" parent="." instance=ExtResource("8_be76n")] +position = Vector2(1472, 0) + +[node name="Gumba2" parent="." instance=ExtResource("8_be76n")] +position = Vector2(1648, 0) + +[node name="Gumba3" parent="." instance=ExtResource("8_be76n")] +position = Vector2(2672, 0) + +[node name="Gumba4" parent="." instance=ExtResource("8_be76n")] +position = Vector2(2752, 0)