mirror of
https://github.com/Insality/druid
synced 2025-09-28 02:22:19 +02:00
Start scroll rework
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
@@ -2,6 +2,7 @@ local M = {}
|
||||
|
||||
|
||||
function M.setup_page(self)
|
||||
self.druid:new_scroll("simple_scroll_content", "simple_scroll_input")
|
||||
end
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user