ChangeLog.txt
changeset 11875 d669f04f02d0
parent 11872 992d7701cbd0
child 11879 c6eafb6f2735
equal deleted inserted replaced
11874:045f33b498ea 11875:d669f04f02d0
    53  * Clicking on "New" in weapon scheme editor now creates empty weapon scheme instead of default
    53  * Clicking on "New" in weapon scheme editor now creates empty weapon scheme instead of default
    54 
    54 
    55 Content Creation:
    55 Content Creation:
    56  + Theme objects can now have more than 1 in-land rect specified. You can specify the amount in theme.cfg by adding another number (and ,) before the first rect
    56  + Theme objects can now have more than 1 in-land rect specified. You can specify the amount in theme.cfg by adding another number (and ,) before the first rect
    57  + Themes can now use flakes with negative falling speed (rising flakes)
    57  + Themes can now use flakes with negative falling speed (rising flakes)
       
    58  + Themes can now contain custom sound files: splash.ogg Droplet1.ogg Droplet2.ogg Droplet3.ogg skip.ogg
    58 
    59 
    59 Lua-API:
    60 Lua-API:
    60  + New call: SetCinematicMode(enable) -- e.g. for cutscenes etc.
    61  + New call: SetCinematicMode(enable) -- e.g. for cutscenes etc.
    61  + New call: GetAmmoName(ammoType) -- returns the localized name for the specified ammoType
    62  + New call: GetAmmoName(ammoType) -- returns the localized name for the specified ammoType
    62 
    63