Advertisement
Zouzaka

Fix Animation

Dec 27th, 2015
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.13 KB | None | 0 0
  1. class Scene_Battle
  2.   def show_fast?
  3.     (Input.press?(:A) || Input.press?(:C)) and !(@enemy_window.enemy.collapse_sequence)
  4.   end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement