mirror of
https://github.com/Insality/druid
synced 2025-09-27 10:02:19 +02:00
Update
This commit is contained in:
@@ -30,5 +30,5 @@ material: "/builtins/materials/gui.material"
|
||||
adjust_reference: ADJUST_REFERENCE_PARENT
|
||||
materials {
|
||||
name: "gui_tiling_node"
|
||||
material: "/druid/materials/gui_tiling_node/gui_tiling_node.material"
|
||||
material: "/druid/custom/tiling_node/gui_tiling_node.material"
|
||||
}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
local tiling_node = require("druid.widget.tiling_node.tiling_node")
|
||||
local tiling_node = require("druid.custom.tiling_node.tiling_node")
|
||||
|
||||
---@class examples.example_tiling_node: druid.widget
|
||||
local M = {}
|
||||
|
Reference in New Issue
Block a user