This commit is contained in:
Nikita Kruglickiy
2021-03-17 18:21:42 +06:00
parent 19ab152f5f
commit f1eaecd79e
11 changed files with 46 additions and 98 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", 24, 400, true)
icons = render.createFont("Segoe MDL2 Assets", 32, 400, true)
}
function GUI:initialize(renderDevice)