Add vector3 property

This commit is contained in:
Insality
2024-11-29 00:49:56 +02:00
parent 434dce55ce
commit cb36625836
5 changed files with 784 additions and 6 deletions

View File

@@ -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)