Merge branch 'devel' into experimental
This commit is contained in:
commit
62b8975991
69 changed files with 2597 additions and 264 deletions
|
|
@ -74,6 +74,7 @@ Class ChunkTrail : Actor
|
|||
+NOGRAVITY;
|
||||
+DONTSPLASH;
|
||||
+FORCEXYBILLBOARD;
|
||||
+NOTELEPORT;
|
||||
Scale 0.2;
|
||||
}
|
||||
override void PostBeginPlay()
|
||||
|
|
@ -387,6 +388,7 @@ Class SlugSmoke : Actor
|
|||
+NOBLOCKMAP;
|
||||
+NOGRAVITY;
|
||||
+DONTSPLASH;
|
||||
+NOTELEPORT;
|
||||
}
|
||||
override void PostBeginPlay()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue