start von Commits
This commit is contained in:
commit
f35baec2ee
80 changed files with 1747 additions and 0 deletions
11
addons/discord-rpc-gd/nodes/debug.gd
Normal file
11
addons/discord-rpc-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 DiscordRPC Debug Node will show info about the current values of its variables and some buttons to change them.
|
||||
##
|
||||
## @tutorial: https://github.com/vaporvee/discord-rpc-godot/wiki
|
||||
@tool
|
||||
extends Node
|
||||
|
||||
func _ready() -> void:
|
||||
const DebugNodeGroup: PackedScene = preload("res://addons/discord-rpc-gd/nodes/Debug.tscn")
|
||||
add_child(DebugNodeGroup.instantiate())
|
Loading…
Add table
Add a link
Reference in a new issue