Dial back the smoke a touch

This commit is contained in:
2019-11-28 18:59:22 -06:00
parent 6318d33782
commit 788ea9ca13

View File

@@ -3,7 +3,7 @@ class IMICRTS
def setup def setup
@time_to_live = Float::INFINITY @time_to_live = Float::INFINITY
@particle_time_to_live = 2_500 @particle_time_to_live = 2_500
@frequency = 10.0 @frequency = 4.0
@color = Gosu::Color.rgba(255, 255, 255, 255.0 * 0.4) @color = Gosu::Color.rgba(255, 255, 255, 255.0 * 0.4)
@direction = CyberarmEngine::Vector.up @direction = CyberarmEngine::Vector.up
@direction.y = 4.5 @direction.y = 4.5