Implementing starfall version of engine

This commit is contained in:
Ivan Grachyov
2021-11-09 21:09:03 +05:00
parent a5f7bedf8d
commit e2c1c4bc88
12 changed files with 200 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ local Materials =
local Colors =
{
Body = Color(255,255,255),
Body = Color(230,230,222),
Shadow = Color(25,25,25),
Grille = Color(130,130,130),
WindowsOutline = Color(30,30,30),