Skip to content
Snippets Groups Projects

More fixes

Closed Eric Wykoff requested to merge edge2054/t-engine4:more_fixes into tome-1.3
+ 51
34
Compare changes
  • Side-by-side
  • Inline
Files
@@ -240,7 +240,7 @@ function _M:update()
end
function _M:display(display_x, display_y, nb_keyframes)
if config.settings.hide_gestures then return end
if config.settings.hide_gestures or not nb_keyframes then return end
local intensity = 0.6
if self.gestures[self.gesture] then intensity = 1 end
Loading