forked from Simnation/Main
fix
This commit is contained in:
parent
540ef8004b
commit
b248920acd
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
Config = {}
|
||||
|
||||
Config.Locale = 'en' -- 'en', 'fr', 'de', 'es', 'it', 'pt', 'tr' -- Language
|
||||
Config.Locale = 'de' -- 'en', 'fr', 'de', 'es', 'it', 'pt', 'tr' -- Language
|
||||
|
||||
Config.Debug = false
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
background-color: rgba(0, 0, 0, 0.7);
|
||||
background-color: transparent; /* Transparenter Hintergrund */
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue