fixed random crashes by only typing = 0
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -10,12 +10,12 @@ config_version=5
|
|||||||
|
|
||||||
[DiscordSDK]
|
[DiscordSDK]
|
||||||
|
|
||||||
EditorPresence/enabled=true
|
EditorPresence/enabled=false
|
||||||
|
|
||||||
[application]
|
[application]
|
||||||
|
|
||||||
config/name="GDExtension DiscordSDK Test Project"
|
config/name="GDExtension DiscordSDK Test Project"
|
||||||
run/main_scene="res://main.tscn"
|
run/main_scene="res://testscene.tscn"
|
||||||
config/features=PackedStringArray("4.0")
|
config/features=PackedStringArray("4.0")
|
||||||
boot_splash/bg_color=Color(0.25098, 0.305882, 0.929412, 1)
|
boot_splash/bg_color=Color(0.25098, 0.305882, 0.929412, 1)
|
||||||
boot_splash/image="res://assets/Banner_v1.png"
|
boot_splash/image="res://assets/Banner_v1.png"
|
||||||
|
3
project/testscene.tscn
Normal file
3
project/testscene.tscn
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[gd_scene format=3 uid="uid://e8jj6dtekt1c"]
|
||||||
|
|
||||||
|
[node name="testscene" type="Node2D"]
|
@@ -18,7 +18,7 @@ protected:
|
|||||||
static void _bind_methods();
|
static void _bind_methods();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
int64_t app_id;
|
int64_t app_id = 0;
|
||||||
|
|
||||||
String state;
|
String state;
|
||||||
String details;
|
String details;
|
||||||
|
Reference in New Issue
Block a user