More FPS agnosticism, fixed pause after finishing an event's repeating move route

This commit is contained in:
Maruno17
2023-05-24 21:20:20 +01:00
parent 167155c67d
commit c756e2647a
30 changed files with 947 additions and 847 deletions

View File

@@ -22,7 +22,7 @@ module Graphics
duration = 0
filename = ""
end
duration *= Graphics.frame_rate / 20 # For default fade-in animation
duration *= Graphics.frame_rate / 20 # For default fade-in animation, must be in frames
begin
transition_KGC_SpecialTransition(duration, filename, vague)
rescue Exception