From 5bd12d5a658c1cd710bc950be971ebe3993ed11d Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Tue, 3 Aug 2021 02:22:07 +0530 Subject: * Menu Screen * SFX * Player Sprites --- config.wren | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config.wren') diff --git a/config.wren b/config.wren index eb085c1..64278c7 100644 --- a/config.wren +++ b/config.wren @@ -38,7 +38,6 @@ class Config { } setupFonts() { - Font.load("font_medium", "assets/fonts/lunchds.ttf", 20) - Font.load("font_small", "assets/fonts/lunchds.ttf", 16) + Font.load("font_title", "assets/fonts/lunchds.ttf", 20) } } \ No newline at end of file -- cgit v1.2.3