TeamREPENTOGON / REPENTOGON

Script extender for The Binding of Isaac: Repentance
https://repentogon.com/
GNU General Public License v2.0
136 stars 15 forks source link

No pointers? #438

Closed Goganidze closed 1 month ago

Goganidze commented 5 months ago

It's annoying that you can't put a sprite directly into the beam, and you have to store it. This should fix that

namishere commented 1 month ago

Hi, very sorry that it's taken me this long to review this. I've decided that it would be for the best to go back to storing a dedicated Sprite object, like how it was handled pre-release. That should accomplish the same and better effect as this, with the tradeoff that changes made to the Sprite provided by the constructor won't be reflected in the Beam itself. Thank you very much!