Bug Fixes

Player Placement
Basic Player Movement
This commit is contained in:
Indrajith K L
2021-08-03 17:53:10 +05:30
parent 5bd12d5a65
commit 705886d371
13 changed files with 236 additions and 60 deletions

View File

@@ -39,5 +39,6 @@ class Config {
setupFonts() {
Font.load("font_title", "assets/fonts/lunchds.ttf", 20)
Font.load("font_minecraft", "assets/fonts/dogicapixel.ttf", 8)
}
}