L'arrivée de la boulangerie

Il n'y a rien dedans, mais elle est ouverte. Bonne visite
This commit is contained in:
Thomas
2025-03-30 14:38:20 +02:00
parent 9ecea272ab
commit a82237ff28
90 changed files with 21888 additions and 46 deletions

40
maps/bakery_interior.tscn Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,7 @@
extends TileMapLayer
func do_trap():
# reinitialise the bakery position
GameState.position_bakery = Vector2(506.361, 843.8615)
GameState.position_outside = Vector2(233.7661, -219.3052)
GameState._game.switch_scene("outside")