Files
cool-source-archive/game/shared/smoke_fog_overlay_shared.h
Totterynine 4b952b0e4e init
2021-09-13 15:31:53 +05:00

15 lines
266 B
C

//========= Copyright Valve Corporation, All rights reserved. ============//
#ifndef SMOKE_FOG_OVERLAY_SHARED_H
#define SMOKE_FOG_OVERLAY_SHARED_H
#define SMOKEGRENADE_PARTICLERADIUS 80
#define SMOKEPARTICLE_OVERLAP 20
#define SMOKEPARTICLE_SIZE 80
#endif