forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
002d47a43f
commit
3fa44be35c
1 changed files with 4 additions and 3 deletions
|
@ -1,13 +1,11 @@
|
|||
Config = {}
|
||||
|
||||
|
||||
-- Spielfelder Konfiguration
|
||||
Config.gameFields = {
|
||||
field1 = {
|
||||
name = "Arena 1",
|
||||
maxPlayers = 20,
|
||||
|
||||
|
||||
-- Eigene Lobby für dieses Feld
|
||||
lobby = {
|
||||
pos = vector3(2022.6752, 2836.8718, 49.3064),
|
||||
|
@ -127,7 +125,7 @@ Config.gameFields = {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
-- Team Masken Konfiguration
|
||||
Config.teamMasks = {
|
||||
team1 = {
|
||||
male = {
|
||||
|
@ -158,3 +156,6 @@ Config.teamMasks = {
|
|||
-- Game Settings
|
||||
Config.maxGameTime = 600 -- 10 Minuten
|
||||
Config.maxHits = 30 -- Spiel endet bei 30 Treffern
|
||||
|
||||
-- Debug Settings
|
||||
Config.debugMode = true -- Set to false in production
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue