From 980080492e40f0bae676342b1004dce129a593d4 Mon Sep 17 00:00:00 2001 From: Yannik <80621863+vaporvee@users.noreply.github.com> Date: Tue, 23 May 2023 23:30:27 +0200 Subject: [PATCH] bumped version and cleaned up project --- .github/ISSUE_TEMPLATE/BUG.yml | 1 + project/addons/discord-sdk-gd/plugin.cfg | 2 +- project/export_presets.cfg | 6 +++--- project/project.godot | 2 +- project/testscene.tscn | 3 --- 5 files changed, 6 insertions(+), 8 deletions(-) delete mode 100644 project/testscene.tscn diff --git a/.github/ISSUE_TEMPLATE/BUG.yml b/.github/ISSUE_TEMPLATE/BUG.yml index bbfe85c..53ec360 100644 --- a/.github/ISSUE_TEMPLATE/BUG.yml +++ b/.github/ISSUE_TEMPLATE/BUG.yml @@ -23,6 +23,7 @@ body: label: Version description: What version of our software are you running? options: + - 2.2 - 2.1 - 2.0 - 1.5 diff --git a/project/addons/discord-sdk-gd/plugin.cfg b/project/addons/discord-sdk-gd/plugin.cfg index 9def888..55d998d 100644 --- a/project/addons/discord-sdk-gd/plugin.cfg +++ b/project/addons/discord-sdk-gd/plugin.cfg @@ -3,5 +3,5 @@ name="DiscordSDK" description="Discord Game SDK support for GDScript in Godot" author="vaporvee" -version="2.1" +version="2.2" script="plugin.gd" diff --git a/project/export_presets.cfg b/project/export_presets.cfg index e718f35..fde36f3 100644 --- a/project/export_presets.cfg +++ b/project/export_presets.cfg @@ -8,7 +8,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../../demo/discord_sdk_demo.exe" +export_path="../../uizkgiuzfv/discord_sdk_demo.exe" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false @@ -35,8 +35,8 @@ codesign/timestamp_server_url="" codesign/digest_algorithm=1 codesign/description="" codesign/custom_options=PackedStringArray() -application/modify_resources=false -application/icon="" +application/modify_resources=true +application/icon="res://assets/Logo_V2.png" application/console_wrapper_icon="" application/icon_interpolation=4 application/file_version="" diff --git a/project/project.godot b/project/project.godot index ba74d0b..7ab55a7 100644 --- a/project/project.godot +++ b/project/project.godot @@ -15,7 +15,7 @@ EditorPresence/enabled=false [application] config/name="GDExtension DiscordSDK Test Project" -run/main_scene="res://testscene.tscn" +run/main_scene="res://main.tscn" config/features=PackedStringArray("4.0") boot_splash/bg_color=Color(0.25098, 0.305882, 0.929412, 1) boot_splash/image="res://assets/Banner_v1.png" diff --git a/project/testscene.tscn b/project/testscene.tscn deleted file mode 100644 index 3bb2e7d..0000000 --- a/project/testscene.tscn +++ /dev/null @@ -1,3 +0,0 @@ -[gd_scene format=3 uid="uid://e8jj6dtekt1c"] - -[node name="testscene" type="Node2D"]