Racelogic, Mustang, Porsche, etc.

This commit is contained in:
Nikita Kruglickiy
2021-06-06 18:34:44 +06:00
parent 1aafe32376
commit 9ff9b08a42
16 changed files with 776 additions and 133 deletions

View File

@@ -7,7 +7,8 @@ require("elements/root.txt")
GUI = class("GUI")
GUI.static.fonts = {
main = render.createFont("Roboto", 16, 700, true),
main = render.createFont("Roboto", 16, 400, true),
mainBold = render.createFont("Roboto", 16, 700, true),
icons = render.createFont("Segoe MDL2 Assets", 16, 400, true, false, false, false, false, true)
}