Skip to content

Commit

Permalink
Add vector3 property
Browse files Browse the repository at this point in the history
  • Loading branch information
Insality committed Nov 28, 2024
1 parent 434dce5 commit cb36625
Show file tree
Hide file tree
Showing 5 changed files with 784 additions and 6 deletions.
7 changes: 1 addition & 6 deletions druid/widget/properties_panel/properties/property_input.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,14 @@ 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)
self.text_name:set_text(text)
return self
end


---@param text string
---@return widget.property_input
function M:set_text_value(text)
Expand Down
Loading

0 comments on commit cb36625

Please sign in to comment.