Godot Version
4.3`
Question
I created a scene that it’s a floor tile. It has it’s own collision shape and its own script that, when a body enters, the color changes.
I want to create like a “floor” scene, in which I have multiple tile scenes. So if a player moves, each floor tile is “activated” with its own script.
The thing is that when I try to do that, I am getting an error. The error is related on how I am creating the animation of the floor, so I won’t give so much details because my real question is:
is it possible to have many same scenes in another scene that they share the same script?
Thanks