mirror of
https://github.com/Insality/druid
synced 2025-11-26 19:00:52 +01: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