feat: added intro sequence, fixed norman's sprite, placed him in various places
This commit is contained in:
@@ -4,8 +4,8 @@ Decision.register({
|
||||
handle = function()
|
||||
Meter.hide()
|
||||
MinigameButtonMashWindow.start("game", {
|
||||
focus_center_x = Config.screen.width / 2,
|
||||
focus_center_y = Config.screen.height / 2,
|
||||
focus_center_x = (Config.screen.width / 2) - 22,
|
||||
focus_center_y = (Config.screen.height / 2) - 18,
|
||||
focus_initial_radius = 0,
|
||||
})
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user