made background-gradient of matches variable + fixed background image on player not scaling properly on mobile devices

This commit is contained in:
2021-10-24 16:41:21 +02:00
committed by Giovanni Harting
parent f610b27317
commit 95a3fb085a
4 changed files with 79 additions and 57 deletions

View File

@@ -18,3 +18,6 @@ export const GRENADES = {
505: 'EqSmoke', // eqElementToName[EqSmoke] = "Smoke Grenade"
506: 'EqHE', // eqElementToName[EqHE] = "HE Grenade"
}
export const NAV_HEIGHT = 70
export const FOOTER_HEIGHT = 200