mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 21:24:59 +00:00
Removed all uses of SpriteWrapper (#184)
This commit is contained in:
@@ -173,7 +173,7 @@ class TriadScene
|
||||
"", 0, Graphics.height - 64, Graphics.width, 64, @viewport
|
||||
)
|
||||
(@battle.width * @battle.height).times do |i|
|
||||
@sprites["sprite#{i}"] = SpriteWrapper.new(@viewport)
|
||||
@sprites["sprite#{i}"] = Sprite.new(@viewport)
|
||||
@sprites["sprite#{i}"].x = (Graphics.width / 2) - 118 + ((i % 3) * 78)
|
||||
@sprites["sprite#{i}"].y = 36 + ((i / 3) * 94)
|
||||
@sprites["sprite#{i}"].z = 2
|
||||
|
||||
Reference in New Issue
Block a user