mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-22 12:11:17 +00:00
RR: Set Route66's Gator's size explicitly.
The CON code for this sets its correct size with 'sizeto' which is an animating instruction so it is clearly visible when they shrink to their proper size. This now sets this size in the actual spawn function so that no shrinking animation can be seen.
This commit is contained in:
parent
1e618d2fdb
commit
925ad53daf
1 changed files with 7 additions and 0 deletions
|
@ -13,4 +13,11 @@ class RedneckGator : DukeActor
|
|||
+INTERNAL_BADGUY;
|
||||
+KILLCOUNT;
|
||||
}
|
||||
|
||||
override void Initialize(DukeActor spawner)
|
||||
{
|
||||
self.scale = (0.28125, 0.28125);
|
||||
self.setClipDistFromTile();
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in a new issue