GUI fixes; Mesh loader WIP

This commit is contained in:
Nikita Kruglickiy
2021-01-19 14:08:53 +06:00
parent d4dd889bb5
commit ceaada7e2d
16 changed files with 433 additions and 58 deletions

View File

@@ -8,7 +8,7 @@ GUI = class("GUI")
GUI.static.fonts = {
main = render.createFont("Roboto", 16, 700, true),
icons = render.createFont("Roboto Mono", 16, 700, true)
icons = render.createFont("Roboto Mono", 24, 400, true)
}
function GUI:initialize(renderDevice)