renamed project
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
[configuration]
|
||||
|
||||
entry_symbol = "discordrpcgd_library_init"
|
||||
entry_symbol = "discordsdkgd_library_init"
|
||||
|
||||
[libraries]
|
||||
|
@@ -1,7 +1,7 @@
|
||||
[plugin]
|
||||
|
||||
name="DiscordRPC"
|
||||
name="DiscordSDK"
|
||||
description="Takes the activity manager part from the discord-game-sdk and adds GDscript functionality."
|
||||
author="vaporvee"
|
||||
version="0.1"
|
||||
version="1.0"
|
||||
script="plugin.gd"
|
@@ -2,7 +2,7 @@
|
||||
extends EditorPlugin
|
||||
|
||||
func _enter_tree():
|
||||
add_autoload_singleton("discord_coreupdater", "res://addons/discord-rpc-gd/discord_coreupdater.gd")
|
||||
add_autoload_singleton("discord_coreupdater", "res://addons/discord-sdk-gd/discord_coreupdater.gd")
|
||||
|
||||
|
||||
func disable_plugin():
|
Reference in New Issue
Block a user