Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 19, 2013, 4:12:17 PM (11 years ago)
Author:
smerkli
Message:

Replaced explosion hack with another less ugly hack:

  • There is now one explosion when the level launches at the center of the level instead of one everytime a pawn spawns.

Still ugly though.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/data/levels/lastManStanding.oxw

    r9348 r9555  
    133133    </StaticEntity>
    134134
     135<!-- top explosion, this is instantiated here so it does not load all resources
     136     later when the first kill happens. Far away since we don't want to see it -->
     137     <BigExplosion position="1e12,0,0" collisionType=static visible=false >
     138     </BigExplosion>
     139
     140
    135141
    136142<?lua end ?><!-- ---------------asteroid dome END------------------->
Note: See TracChangeset for help on using the changeset viewer.