mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 22:24:58 +00:00
Turned fusion items into two separate items for the sake of them having different descriptions, fixed ability-changing items not doing so, added Zygarde Cube's Gen 8 effect
This commit is contained in:
@@ -213,10 +213,13 @@ class TriadScene
|
||||
|
||||
def pbDisplay(text)
|
||||
@sprites["helpwindow"].text = text
|
||||
(Graphics.frame_rate*1.5).floor.times do
|
||||
timer = 0.0
|
||||
loop do
|
||||
Graphics.update
|
||||
Input.update
|
||||
pbUpdate
|
||||
timer += Graphics.delta_s
|
||||
break if timer >= 1.5
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user