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 = {}
|
Config = {}
|
||||||
|
|
||||||
|
|
||||||
-- Spielfelder Konfiguration
|
-- Spielfelder Konfiguration
|
||||||
Config.gameFields = {
|
Config.gameFields = {
|
||||||
field1 = {
|
field1 = {
|
||||||
name = "Arena 1",
|
name = "Arena 1",
|
||||||
maxPlayers = 20,
|
maxPlayers = 20,
|
||||||
|
|
||||||
|
|
||||||
-- Eigene Lobby für dieses Feld
|
-- Eigene Lobby für dieses Feld
|
||||||
lobby = {
|
lobby = {
|
||||||
pos = vector3(2022.6752, 2836.8718, 49.3064),
|
pos = vector3(2022.6752, 2836.8718, 49.3064),
|
||||||
|
@ -127,7 +125,7 @@ Config.gameFields = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- Team Masken Konfiguration
|
||||||
Config.teamMasks = {
|
Config.teamMasks = {
|
||||||
team1 = {
|
team1 = {
|
||||||
male = {
|
male = {
|
||||||
|
@ -158,3 +156,6 @@ Config.teamMasks = {
|
||||||
-- Game Settings
|
-- Game Settings
|
||||||
Config.maxGameTime = 600 -- 10 Minuten
|
Config.maxGameTime = 600 -- 10 Minuten
|
||||||
Config.maxHits = 30 -- Spiel endet bei 30 Treffern
|
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