dungeon_crawler

diff prototype/data/fire.psys @ 67:2560a7ab0243

internalized libanim, libimago2, and libpsys
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 07 Oct 2012 02:04:00 +0300
parents 1ea56011c1ff
children
line diff
     1.1 --- a/prototype/data/fire.psys	Tue Oct 02 13:42:18 2012 +0300
     1.2 +++ b/prototype/data/fire.psys	Sun Oct 07 02:04:00 2012 +0300
     1.3 @@ -11,13 +11,13 @@
     1.4  # center ~ range. If the range is missing, it's assumed to be 0.
     1.5  
     1.6  texture = "fire_particle.png"
     1.7 -rate = 50
     1.8 +rate = 40
     1.9  life = 0.9 ~ 0.1
    1.10  grav = [0 0.3 0]
    1.11  spawn_range = 0.025
    1.12  
    1.13 -size(0) = 0.2
    1.14 -size(1s) = 0.075
    1.15 +size(0) = 0.25
    1.16 +size(1s) = 0.08
    1.17  
    1.18  pcolor(0) = [1.0 0.7 0.1]
    1.19  pcolor(1s) = [1.0 0.27 0.15]