Scroll progress. Previous API returing in process

This commit is contained in:
Insality
2020-05-03 19:36:28 +03:00
parent baf731958f
commit 99781f333d
6 changed files with 600 additions and 73 deletions

View File

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