From 9e8563d2efc38e2d709b977db70a1bfe052ebd9b Mon Sep 17 00:00:00 2001 From: FajsiEx Date: Sat, 14 Aug 2021 21:28:42 +0200 Subject: [PATCH] / titlescreen transitions --- scripts/titlescreen.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/titlescreen.lua b/scripts/titlescreen.lua index 88c3be4..4f38dc4 100644 --- a/scripts/titlescreen.lua +++ b/scripts/titlescreen.lua @@ -319,6 +319,8 @@ render = function(deltaTime) else buttonsMovementScale = -1+scrollTransitionScale end; + + gfx.BeginPath(); end; mouse_pressed = function(button)