Oolite 1.91.0.7644-241112-7f5034b
|
import "OOFlashEffectEntity.h"
import "Universe.h"
import "PlayerEntity.h"
import "OOColor.h"
import "OOTexture.h"
import "OOGraphicsResetManager.h"
Go to the source code of this file.
Classes | |
category | OOFlashEffectEntity(Private) |
Macros | |
#define | kLaserFlashDuration 0.3f |
#define | kExplosionFlashDuration 0.4f |
#define | kGrowthRateFactor 150.0f |
#define | kMinExplosionGrowth 600.0f |
#define | kLaserFlashInitialSize 1.0f |
#define | kExplosionFlashAlpha 0.5f |
Variables | |
static OOTexture * | sFlashTexture = nil |
#define kExplosionFlashAlpha 0.5f |
Definition at line 39 of file OOFlashEffectEntity.m.
#define kExplosionFlashDuration 0.4f |
Definition at line 35 of file OOFlashEffectEntity.m.
#define kGrowthRateFactor 150.0f |
Definition at line 36 of file OOFlashEffectEntity.m.
#define kLaserFlashDuration 0.3f |
Definition at line 34 of file OOFlashEffectEntity.m.
#define kLaserFlashInitialSize 1.0f |
Definition at line 38 of file OOFlashEffectEntity.m.
#define kMinExplosionGrowth 600.0f |
Definition at line 37 of file OOFlashEffectEntity.m.
Definition at line 41 of file OOFlashEffectEntity.m.