tabs -> x4 spaces
This commit is contained in:
parent
0f98b8f6ea
commit
429a95b863
8 changed files with 141 additions and 141 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// ScrN copy
|
||||
class NiceFreezeParticlesDirectional extends NiceFreezeParticlesBase;
|
||||
simulated function Trigger(Actor other, Pawn eventInstigator){
|
||||
emitters[0].SpawnParticle(1);
|
||||
emitters[0].SpawnParticle(1);
|
||||
}
|
||||
defaultproperties
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
class NiceIceChunkEmitter extends Emitter;
|
||||
var() array<Sound> ImpactSounds;
|
||||
simulated function PostBeginPlay(){
|
||||
if(ImpactSounds.Length > 0)
|
||||
PlaySound(ImpactSounds[Rand(ImpactSounds.Length)]);
|
||||
if(ImpactSounds.Length > 0)
|
||||
PlaySound(ImpactSounds[Rand(ImpactSounds.Length)]);
|
||||
}
|
||||
// NICETODO: change linksfrom HTeac_A to NicePackSM (and change that file)
|
||||
defaultproperties
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue