mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 14:14:59 +00:00
Finished FPS agnosticism, removed particle engine
This commit is contained in:
@@ -491,6 +491,7 @@ class MapScreenScene
|
||||
end
|
||||
end
|
||||
end
|
||||
# TODO: FPS. Scroll speed with arrow keys. Can probably leave this alone.
|
||||
if Input.press?(Input::UP)
|
||||
@mapsprites.each do |i|
|
||||
i[1].y += 4 if i
|
||||
|
||||
Reference in New Issue
Block a user