mirror of
https://github.com/Insality/druid.git
synced 2025-09-28 02:22:18 +02:00
Scroll progress. Previous API returing in process
This commit is contained in:
@@ -51,10 +51,10 @@ function M.setup_page(self)
|
||||
|
||||
self.druid:new_scroll("scroll_with_points", "scroll_with_points_content")
|
||||
:set_points({
|
||||
vmath.vector3(-300, 0, 0),
|
||||
vmath.vector3(-900, 0, 0),
|
||||
vmath.vector3(-1500, 0, 0),
|
||||
vmath.vector3(-2100, 0, 0),
|
||||
vmath.vector3(300, 0, 0),
|
||||
vmath.vector3(900, 0, 0),
|
||||
vmath.vector3(1500, 0, 0),
|
||||
vmath.vector3(2100, 0, 0),
|
||||
})
|
||||
|
||||
init_grid(self)
|
||||
|
Reference in New Issue
Block a user