mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 06:34:59 +00:00
Changed functionality of running key, added compatibility with old Mystery Gifts
This commit is contained in:
@@ -335,7 +335,7 @@ class LocationWindow
|
||||
@window.dispose
|
||||
return
|
||||
end
|
||||
if @frames>80
|
||||
if @frames > Graphics.frame_rate * 2
|
||||
@window.y -= 4
|
||||
@window.dispose if @window.y+@window.height<0
|
||||
else
|
||||
|
||||
@@ -10,7 +10,6 @@ class PokemonGlobalMetadata
|
||||
attr_accessor :sliding
|
||||
attr_accessor :fishing
|
||||
attr_accessor :runningShoes
|
||||
attr_accessor :runtoggle
|
||||
# Player data
|
||||
attr_accessor :startTime
|
||||
attr_accessor :stepcount
|
||||
@@ -71,7 +70,6 @@ class PokemonGlobalMetadata
|
||||
@sliding = false
|
||||
@fishing = false
|
||||
@runningShoes = false
|
||||
@runtoggle = false
|
||||
# Player data
|
||||
@startTime = Time.now
|
||||
@stepcount = 0
|
||||
|
||||
Reference in New Issue
Block a user