added discord sdk and stuff
This commit is contained in:
11
addons/discord-sdk-gd/nodes/debug.gd
Normal file
11
addons/discord-sdk-gd/nodes/debug.gd
Normal file
@@ -0,0 +1,11 @@
|
||||
## This is a Debug Node wich will show some usefull info and buttons/input
|
||||
##
|
||||
## The DiscordSDK Debug Node will show info about the current values of its variables and some buttons to change them.
|
||||
##
|
||||
## @tutorial: https://github.com/vaporvee/discord-sdk-godot/wiki
|
||||
@tool
|
||||
extends Node
|
||||
|
||||
func _ready() -> void:
|
||||
const DebugNodeGroup: PackedScene = preload("res://addons/discord-sdk-gd/nodes/Debug.tscn")
|
||||
add_child(DebugNodeGroup.instantiate())
|
Reference in New Issue
Block a user