Files
2021-12-03 01:05:09 +00:00

8 lines
327 B
Lua

Config = { }
Config.MarkerColor = { 164, 76, 242 } -- Purple https://www.rapidtables.com/web/color/RGB_Color.html
-- PINK Config.MarkerColor = { 255, 125, 230 } -- Pink https://www.rapidtables.com/web/color/RGB_Color.html
-- Setting this to false will help with CPU usage, almost nothing tho...
Config.ScaleWithScreen = true