dungeon_crawler
diff prototype/data/fire.psys @ 53:1ea56011c1ff
stuff + streaming start
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Wed, 19 Sep 2012 01:08:41 +0300 |
parents | bcdea26c8f27 |
children | 2560a7ab0243 |
line diff
1.1 --- a/prototype/data/fire.psys Tue Sep 18 18:34:28 2012 +0300 1.2 +++ b/prototype/data/fire.psys Wed Sep 19 01:08:41 2012 +0300 1.3 @@ -11,17 +11,16 @@ 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 = 20 1.8 -life = 0.9 1.9 -grav = [0 0.5 0] 1.10 +rate = 50 1.11 +life = 0.9 ~ 0.1 1.12 +grav = [0 0.3 0] 1.13 spawn_range = 0.025 1.14 1.15 -size = 0.1 1.16 +size(0) = 0.2 1.17 +size(1s) = 0.075 1.18 1.19 -pcolor(0) = [1.0 0.5 0.2] 1.20 -pcolor(700) = [1.0 0.3 0.2] 1.21 -pcolor(900) = [0.4 0.4 0.4] 1.22 +pcolor(0) = [1.0 0.7 0.1] 1.23 +pcolor(1s) = [1.0 0.27 0.15] 1.24 1.25 palpha(0) = 1 1.26 -palpha(700) = 0.8 1.27 -palpha(900) = 0 1.28 +palpha(1s) = 0.1