Gremious / StS-DefaultModBase

(DON'T USE THIS AND BASEMOD IF YOU'RE NEW TO MODDING) This is a minimal, over-commented, "default clean slate" for jump-starting Slay the spire mods.
MIT License
112 stars 61 forks source link

Fix shoulder images order #52

Closed Hyvel closed 4 years ago

Hyvel commented 4 years ago

Fix the order of the parameters of initializeClass in our call to not mix up the images. The method signature begins with: initializeClass(String imgUrl, String shoulder2ImgUrl, String shouldImgUrl, [...]