Solve #126 Update input bindings according to Defold defaults

This commit is contained in:
Insality
2022-12-03 16:40:15 +02:00
parent 8fb41ea8e9
commit a983d5e72a
7 changed files with 17 additions and 16 deletions

View File

@@ -121,6 +121,7 @@ local function init_lobby(self)
self.lobby_scroll = self.druid:new_scroll("lobby_view", "lobby_content")
self.lobby_grid = self.druid:new_dynamic_grid("lobby_content")
self.lobby_scroll:bind_grid(self.lobby_grid)
self.lobby_scroll.style.WHEEL_SCROLL_SPEED = 20
self.lobby_grid:add(get_title(self, "General examples"))
self.lobby_grid:add(get_button(self, "Overview", "general_overview", "/general/overview/overview.gui_script"))