mirror of
https://github.com/Insality/druid.git
synced 2025-09-28 10:32:20 +02:00
Add vector3 property
This commit is contained in:
@@ -22,12 +22,6 @@ function M:init()
|
||||
end
|
||||
|
||||
|
||||
function M:on_click()
|
||||
gui.set_alpha(self.selected, 1)
|
||||
gui.animate(self.selected, "color.w", 0, gui.EASING_INSINE, 0.16)
|
||||
end
|
||||
|
||||
|
||||
---@param text string
|
||||
---@return widget.property_input
|
||||
function M:set_text_property(text)
|
||||
@@ -35,6 +29,7 @@ function M:set_text_property(text)
|
||||
return self
|
||||
end
|
||||
|
||||
|
||||
---@param text string
|
||||
---@return widget.property_input
|
||||
function M:set_text_value(text)
|
||||
|
Reference in New Issue
Block a user