From 8cf1727802f42446505e2a666f752bd18da8f615 Mon Sep 17 00:00:00 2001 From: Tabby <41929769+tabby-cat-nya@users.noreply.github.com> Date: Sat, 17 May 2025 19:21:30 +1000 Subject: [PATCH] game done gg --- export_presets.cfg | 110 +++++++++++++++++++++++++++++++ games/platformer/platformer.tscn | 2 +- menu/menu.tscn | 2 +- sprites/tempCover.png | Bin 0 -> 2887 bytes sprites/tempCover.png.import | 34 ++++++++++ 5 files changed, 146 insertions(+), 2 deletions(-) create mode 100644 export_presets.cfg create mode 100644 sprites/tempCover.png create mode 100644 sprites/tempCover.png.import diff --git a/export_presets.cfg b/export_presets.cfg new file mode 100644 index 0000000..6ecf608 --- /dev/null +++ b/export_presets.cfg @@ -0,0 +1,110 @@ +[preset.0] + +name="Windows Desktop" +platform="Windows Desktop" +runnable=true +advanced_options=false +dedicated_server=false +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="../../Exports/ChannelSwitcher/Windows/ChannelSwitcher.exe" +patches=PackedStringArray() +encryption_include_filters="" +encryption_exclude_filters="" +seed=0 +encrypt_pck=false +encrypt_directory=false +script_export_mode=2 + +[preset.0.options] + +custom_template/debug="" +custom_template/release="" +debug/export_console_wrapper=1 +binary_format/embed_pck=true +texture_format/s3tc_bptc=true +texture_format/etc2_astc=false +binary_format/architecture="x86_64" +codesign/enable=false +codesign/timestamp=true +codesign/timestamp_server_url="" +codesign/digest_algorithm=1 +codesign/description="" +codesign/custom_options=PackedStringArray() +application/modify_resources=true +application/icon="" +application/console_wrapper_icon="" +application/icon_interpolation=4 +application/file_version="" +application/product_version="" +application/company_name="" +application/product_name="" +application/file_description="" +application/copyright="" +application/trademarks="" +application/export_angle=0 +application/export_d3d12=0 +application/d3d12_agility_sdk_multiarch=true +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="Expand-Archive -LiteralPath '{temp_dir}\\{archive_name}' -DestinationPath '{temp_dir}' +$action = New-ScheduledTaskAction -Execute '{temp_dir}\\{exe_name}' -Argument '{cmd_args}' +$trigger = New-ScheduledTaskTrigger -Once -At 00:00 +$settings = New-ScheduledTaskSettingsSet -AllowStartIfOnBatteries -DontStopIfGoingOnBatteries +$task = New-ScheduledTask -Action $action -Trigger $trigger -Settings $settings +Register-ScheduledTask godot_remote_debug -InputObject $task -Force:$true +Start-ScheduledTask -TaskName godot_remote_debug +while (Get-ScheduledTask -TaskName godot_remote_debug | ? State -eq running) { Start-Sleep -Milliseconds 100 } +Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue" +ssh_remote_deploy/cleanup_script="Stop-ScheduledTask -TaskName godot_remote_debug -ErrorAction:SilentlyContinue +Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue +Remove-Item -Recurse -Force '{temp_dir}'" + +[preset.1] + +name="Web" +platform="Web" +runnable=true +advanced_options=false +dedicated_server=false +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="../../Exports/ChannelSwitcher/Web/index.html" +patches=PackedStringArray() +encryption_include_filters="" +encryption_exclude_filters="" +seed=0 +encrypt_pck=false +encrypt_directory=false +script_export_mode=2 + +[preset.1.options] + +custom_template/debug="" +custom_template/release="" +variant/extensions_support=false +variant/thread_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/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/games/platformer/platformer.tscn b/games/platformer/platformer.tscn index d22a541..0570eec 100644 --- a/games/platformer/platformer.tscn +++ b/games/platformer/platformer.tscn @@ -347,7 +347,7 @@ shape = SubResource("RectangleShape2D_86tx6") [node name="Event" parent="." instance=ExtResource("8_gqvfi")] position = Vector2(-1552, -472) -text = "Aha, I've finaly found a way in! Now time to find some treasure from this abandoned lab..." +text = "Aha, I've finally found a way in! Now time to find some treasure from this abandoned lab..." [node name="Event2" parent="." instance=ExtResource("8_gqvfi")] position = Vector2(-856, 240) diff --git a/menu/menu.tscn b/menu/menu.tscn index 40e6a8c..7a56bb8 100644 --- a/menu/menu.tscn +++ b/menu/menu.tscn @@ -132,7 +132,7 @@ text = "[ul] [url=https://commons.wikimedia.org/wiki/File:Television_static.gif] [url=https://opengameart.org/content/win-sound-2]Win Sound 2 by remaxim[/url] [url=https://opengameart.org/content/bad-sound-1]Bad sound 1 by remaxim[/url] [url=https://opengameart.org/content/new-thing-get]New Thing Get! by Congusbongus[/url] - evil.mp3 by Unlimited_gaming" + evil.mp3 by Kane" fit_content = true [node name="BackButton" type="Button" parent="CreditsContainer/PanelContainer/MarginContainer/VBoxContainer"] diff --git a/sprites/tempCover.png b/sprites/tempCover.png new file mode 100644 index 0000000000000000000000000000000000000000..cdd13a3c10525063e6f43b1bea0eb1f49942e6c9 GIT binary patch literal 2887 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 literal 0 HcmV?d00001 diff --git a/sprites/tempCover.png.import b/sprites/tempCover.png.import new file mode 100644 index 0000000..bb8f42a --- /dev/null +++ b/sprites/tempCover.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ddi2nb4myf7ni" +path="res://.godot/imported/tempCover.png-33a628cea3c1371b1d8508d078499ede.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://sprites/tempCover.png" +dest_files=["res://.godot/imported/tempCover.png-33a628cea3c1371b1d8508d078499ede.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1