1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-06-26 16:24:57 +02:00
parent 540ef8004b
commit b248920acd
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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;