Move core to sep repo

This commit is contained in:
Insality
2025-11-15 20:42:10 +02:00
parent 5f2d4bd8dc
commit 817387b426
13 changed files with 1 additions and 1293 deletions

View File

@@ -2,7 +2,6 @@ local assign_layers = require("druid.editor_scripts.assign_layers")
local create_druid_widget = require("druid.editor_scripts.create_druid_widget")
local create_druid_gui_script = require("druid.editor_scripts.create_druid_gui_script")
local druid_settings = require("druid.editor_scripts.druid_settings")
local asset_store = require("druid.editor_scripts.core.asset_store")
-- Reuse tip: copy the snippet below into another editor script to open a custom store.
-- asset_store.open({
-- store_url = "https://example.com/store.json",
@@ -79,20 +78,6 @@ function M.get_commands()
end
},
{
label = "[Druid] Asset Store",
locations = { "Edit" },
run = function()
return asset_store.open({
store_url = "https://insality.github.io/core/druid_widget_store.json",
info_url = "https://github.com/Insality/core/blob/main/druid_widget_store.md",
title = "Druid Asset Store",
install_prefs_key = "druid.asset_install_folder",
default_install_folder = DEFAULT_ASSET_INSTALL_FOLDER,
})
end
},
{
label = "[Druid] Settings",
locations = { "Edit" },