forked from Simnation/Main
ed
This commit is contained in:
parent
eab6dc1464
commit
16b0058156
2 changed files with 60 additions and 21 deletions
|
@ -41,8 +41,10 @@ Config = {
|
|||
owned = true,
|
||||
myHouse = {label = "Mein Haus", size = 0.7, sprite = 40, color = 53},
|
||||
myGarage = {label = "Meine Garage", size = 0.7, sprite = 357, color = 53},
|
||||
hasKeyHouse = {label = "Schlüssel für Haus", size = 0.7, sprite = 40, color = 53},
|
||||
hasKeyGarage = {label = "Schlüssel für Garage", size = 0.7, sprite = 40, color = 53},
|
||||
hasKeyHouse = {label = "Haus", size = 0.7, sprite = 40, color = 53},
|
||||
hasKeyGarage = {label = "Haus", size = 0.7, sprite = 40, color = 53},
|
||||
ownedHouse = {label = "Haus", size = 0.7, sprite = 40, color = 1},
|
||||
ownedGarage = {label = "Garage", size = 0.7, sprite = 357, color = 1},
|
||||
police = true,
|
||||
burglarAlarm = {label = "Einbruch Alarm", size = 1.0, sprite = 161, color = 1},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue