mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Consolidated code for the player interacting in the overworld, fixed bad splash screen animations, added ShowQuantity property to items.txt, fixed Quick Draw and Aroma Veil, fixed text alignment in long list of regional Dexes in Pokédex, added better error message in load screen if player's charset is missing
This commit is contained in:
@@ -199,6 +199,7 @@ class PictureEx
|
||||
|
||||
def clearProcesses
|
||||
@processes = []
|
||||
@timer_start = nil
|
||||
end
|
||||
|
||||
def adjustPosition(xOffset, yOffset)
|
||||
@@ -458,6 +459,7 @@ class PictureEx
|
||||
end
|
||||
# Clear out empty spaces in @processes array caused by finished processes
|
||||
@processes.compact! if procEnded
|
||||
@timer_start = nil if @processes.empty? && @rotate_speed == 0
|
||||
# Add the constant rotation speed
|
||||
if @rotate_speed != 0
|
||||
@frameUpdates.push(Processes::ANGLE) if !@frameUpdates.include?(Processes::ANGLE)
|
||||
|
||||
Reference in New Issue
Block a user