How to make hidden trap like trap adveture 2 in godot 3.5 2d if you know give me tutorial or all thing i need to make hidden trap

i have problem in make game that i don t know how to make hidden trap like trap adventure 2 in godot 3.5 2d if you know give me tutorial or all thing i need to make hidden trap

Do you mean it should not be visible? You can just set the visibility to false of your trap (or use the hide() method) and use an Area2D to detect if someone entered and as soon as it triggered, use the show() function to let your trap appear.

1 Like