03-25-2014, 12:11 PM
about animation bug, try this :
place it below h-mode7 scripts
Code:
module HM7
class Surface
def screen_x
screen_x1
end
def screen_y
screen_y1
end
end
end