This commit is contained in:
Insality
2025-03-30 13:01:54 +03:00
parent d182bcef7c
commit c4694b421b
10 changed files with 75 additions and 22 deletions

View File

@@ -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"
}

View File

@@ -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 = {}