feat: can name interactible objects
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 7s
Create tag and build when new code gets to main / Export (push) Successful in 2m15s

This commit is contained in:
2025-06-28 12:46:58 +02:00
parent 1b83af938f
commit e6da2f34e6
3 changed files with 7 additions and 1 deletions

View File

@ -739,6 +739,7 @@ tile_set = SubResource("TileSet_tefeu")
[node name="WrongDoor" parent="." instance=ExtResource("5_tefeu")]
position = Vector2(191, 104)
message = "entrer dans la poste ?"
interact_text = "porte"
event = "wrong"
[node name="Sprite2D" type="Sprite2D" parent="WrongDoor"]