mirror of
https://github.com/Insality/druid
synced 2025-06-27 18:37:45 +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)
|
local function on_button_add_25(self)
|
||||||
self.progress_x:to(self.progress_x:get() + 0.25)
|
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
|
end
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user