Page 1 of 1

completely replacing entity graphics

Posted: Mon Dec 09, 2024 9:30 pm
by CyberWizard2261
I want to replace the graphics of an entity (in this case a chest) with a custom animation, I know how to make an animation on top of the entity but my custom animation has transparent parts so I want to make the entity invisible after it is placed, do anyone know how to do it?

Re: completely replacing entity graphics

Posted: Tue Dec 10, 2024 11:38 am
by DaveMcW
Set filename = "__core__/graphics/empty.png"

Re: completely replacing entity graphics

Posted: Thu Dec 19, 2024 12:51 pm
by CyberWizard2261
I actually wanted to be able to see the building when placing it and make it invisible after. The solution I found was to replace the entity with an invisible one and attach the animation to it
If anyone knows of a better way to do it please tell me