|
Post by waluigitime8106 on Mar 9, 2022 21:55:08 GMT
So, I have downloaded the open chars and realized this in the init.txt for Sakuya. The sprite_end is ukemi_sprite, however the last sprite added is card_meter_sprite. I didn't want a memory leak to occur if I played as Sakuya in Crusade, but I didn't know if the sprite_end was added like that intentionally or not. I would like to know if it should be kept as is or should it be changed to sprite_end = card_meter_sprite.
|
|
|
Post by cielbami on Mar 14, 2022 23:51:33 GMT
you should change it to card_meter_sprite yeah also make sure you dont add any new sprites below the sprite_end, they should always come before it
|
|