Rename type druid.base_component -> druid.component

This commit is contained in:
Insality
2025-03-05 21:02:46 +02:00
parent 3a559d7ac2
commit ef86b387c2
87 changed files with 136 additions and 136 deletions

View File

@@ -43,7 +43,7 @@ local const = require("druid.const")
local utf8_lua = require("druid.system.utf8")
local utf8 = utf8 or utf8_lua
---@class druid.rich_input: druid.base_component
---@class druid.rich_input: druid.component
---@field root node
---@field input druid.input
---@field cursor node

View File

@@ -142,7 +142,7 @@ local rich_text = require("druid.custom.rich_text.module.rt")
---@field offset_y number|nil
---@field node_size vector3|nil
---@class druid.rich_text: druid.base_component
---@class druid.rich_text: druid.component
---@field root node
---@field text_prefab node
---@field private _last_value string