mirror of
https://github.com/Insality/druid.git
synced 2025-06-27 10:27:47 +02:00
Fix progress bar example
This commit is contained in:
parent
32e5fdb669
commit
072507cc9e
@ -9,7 +9,7 @@ end
|
||||
|
||||
local function on_button_add_25(self)
|
||||
self.progress_x:to(self.progress_x:get() + 0.25)
|
||||
self.progress_y:set_to(self.progress_x:get() + 0.25)
|
||||
self.progress_y:set_to(self.progress_y:get() + 0.25)
|
||||
end
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user