aboutsummaryrefslogtreecommitdiff
path: root/config.wren
diff options
context:
space:
mode:
authorIndrajith K L2021-08-03 02:22:07 +0530
committerIndrajith K L2021-08-03 02:22:07 +0530
commit5bd12d5a658c1cd710bc950be971ebe3993ed11d (patch)
tree9954a63ff72966aed9338419817507bc5b53fe3a /config.wren
parentf2e4f563661e5203f0531e37110d060b20b2f04c (diff)
downloadrebirth-wren-5bd12d5a658c1cd710bc950be971ebe3993ed11d.tar.gz
rebirth-wren-5bd12d5a658c1cd710bc950be971ebe3993ed11d.tar.bz2
rebirth-wren-5bd12d5a658c1cd710bc950be971ebe3993ed11d.zip
* Menu Screen
* SFX * Player Sprites
Diffstat (limited to 'config.wren')
-rw-r--r--config.wren3
1 files changed, 1 insertions, 2 deletions
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