Version 1.1 #1

Merged
vaporvee merged 9 commits from dev into main 2023-04-25 17:45:44 +00:00
6 changed files with 14 additions and 2 deletions
Showing only changes of commit 6bc04c045b - Show all commits

View File

@@ -0,0 +1,7 @@
@tool
extends EditorExportPlugin
# Called when the node enters the scene tree for the first time.
func _export_end():
pass

View File

@@ -1,9 +1,15 @@
@tool
extends EditorPlugin
const ExportPlugin = preload("res://addons/discord-sdk-gd/export.gd")
var loaded_exportplugin = ExportPlugin.new()
func _enter_tree():
add_autoload_singleton("discord_coreupdater", "res://addons/discord-sdk-gd/discord_coreupdater.gd")
add_export_plugin(loaded_exportplugin)
func disable_plugin():
remove_autoload_singleton("discord_coreupdater")
remove_export_plugin(loaded_exportplugin)

View File

@@ -8,7 +8,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="../../Demo/Discord_Activity.exe"
export_path="../../demo/Discord_Activity.exe"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false