mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Update workspace, update templates
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
local component = require("druid.component")
|
||||
|
||||
---@class component_name : druid.base_component
|
||||
local Component = component.create("component_name")
|
||||
|
||||
local SCHEME = {
|
||||
|
@@ -1,5 +1,6 @@
|
||||
local component = require("druid.component")
|
||||
|
||||
---@class component_name : druid.base_component
|
||||
local Component = component.create("component_name")
|
||||
|
||||
-- Scheme of component gui nodes
|
||||
|
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "../test"
|
||||
},
|
||||
{
|
||||
"path": "../editor_scripts"
|
||||
},
|
||||
{
|
||||
"path": "../example"
|
||||
},
|
||||
{
|
||||
"path": "../docs_md"
|
||||
},
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user