mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 10:02:18 +02:00
Rename type druid.base_component -> druid.component
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user