I want to make a block that has different textures depending on the angle from which the player is looking at it (to make a like a glow).
I have managed to make something that works by creating an EnumProperty and changing the state every tick, but I don't know if this is the best way to do it. It also seems very inefficient to me.