Start scroll rework

This commit is contained in:
Insality
2020-02-26 00:09:04 +03:00
parent 4634b7c686
commit 53a77c0fcb
7 changed files with 403 additions and 25 deletions

View File

@@ -96,7 +96,7 @@ end
local function setup_scroll(self)
self.scroll = self.druid:new_scroll("scroll_content", "main_page", vmath.vector4(0, 0, 0, 200))
self.scroll = self.druid:new_scroll("scroll_content", "main_page")
end

View File

@@ -2,6 +2,7 @@ local M = {}
function M.setup_page(self)
self.druid:new_scroll("simple_scroll_content", "simple_scroll_input")
end