Adjust explosion particle size to updated explosion image (removed transparent margins).

Causes minor performance improvement, but better than nothing.
This commit is contained in:
Deve 2017-09-19 22:42:39 +02:00
parent 3cd2f403e0
commit 70471a7266
4 changed files with 8 additions and 8 deletions

@ -18,8 +18,8 @@
max="1200" />
<!-- Size of the particles -->
<size min="0.65"
max="0.95"
<size min="0.60"
max="0.85"
x-increase-factor="0.6"
y-increase-factor="0.6"
/>

@ -18,8 +18,8 @@
max="1200" />
<!-- Size of the particles -->
<size min="0.65"
max="0.95"
<size min="0.60"
max="0.85"
x-increase-factor="0.6"
y-increase-factor="0.6"
/>

@ -18,8 +18,8 @@
max="1200" />
<!-- Size of the particles -->
<size min="0.65"
max="0.95"
<size min="0.60"
max="0.85"
x-increase-factor="0.6"
y-increase-factor="0.6"
/>

@ -18,8 +18,8 @@
max="500" />
<!-- Size of the particles -->
<size min="0.6"
max="0.8" />
<size min="0.55"
max="0.75" />
<color min="255 255 255"
max="255 255 255" />