Add files

This commit is contained in:
renaiku
2017-08-09 00:42:51 +02:00
parent de192f9601
commit b52e9a48d2
5 changed files with 161 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
Config = {}
Config.DrawDistance = 100.0
Config.ZoneSize = {x = 3.0, y = 3.0, z = 2.0}
Config.MarkerColor = {r = 100, g = 100, b = 204}
Config.MarkerType = 1
Config.Zones = {
{x = -265.036, y = -963.630, z = 30.223}
}