tried fixing getsetter
This commit is contained in:
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
extends Node
|
||||
|
||||
func _process(delta):
|
||||
DiscordActivity.coreupdate()
|
||||
DiscordSDK.coreupdate()
|
||||
|
@@ -1,7 +1,7 @@
|
||||
extends Node
|
||||
|
||||
func _ready():
|
||||
DiscordActivity.set_app_id(918857075105349632)
|
||||
DiscordActivity.set_details("Made with GDExtension")
|
||||
DiscordActivity.set_state("This is a test from GDScript in Godot 4") #TODO:Change functions to variables if possible
|
||||
DiscordActivity.refresh()
|
||||
DiscordSDK.set_app_id(918857075105349632)
|
||||
DiscordSDK.set_details("Made with GDExtension")
|
||||
DiscordSDK.set_state("This is a test from GDScript in Godot 4") #TODO:Change functions to variables if possible
|
||||
DiscordSDK.refresh()
|
||||
|
Reference in New Issue
Block a user