Differences From Artifact [48046fb0bd]:
- File vfx.lua — part of check-in [94064fe5c9] at 2021-07-04 20:27:42 on branch trunk — add cool and informative visuals for taps, add more capacity to rune forge, many bug fixes, fixed some bugs, and fixed some bugs (user: lexi, size: 5282) [annotate] [blame] [check-ins using]
To Artifact [d83b2a6c69]:
- File vfx.lua — part of check-in [b24c5f49c7] at 2021-07-05 03:07:21 on branch trunk — bug fixes, add spellshatter visuals, maybe finally defuckulate imbuement effect? (user: lexi, size: 5302) [annotate] [blame] [check-ins using]
144 144 expirationtime = far / vel; 145 145 size = math.random()*2.4 + 0.6; 146 146 texture = sorcery.lib.image('sorcery_sputter.png'):glow(col):render(); 147 147 glow = 14; 148 148 animation = { 149 - type = 'vertical_frames', length = far/vel; 150 - aspect_w = 16, aspect_h = 16; 149 + type = 'vertical_frames', length = math.floor((far/vel)*10)*.10; 150 + aspect_w = 16, aspect_h = 16 151 151 }; 152 152 } 153 153 end 154 154 end 155 155