L'arrivée de la boulangerie
Il n'y a rien dedans, mais elle est ouverte. Bonne visite
This commit is contained in:
6
buildings/bakery.gd
Normal file
6
buildings/bakery.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
extends TileMapLayer
|
||||
|
||||
func do_trap():
|
||||
GameState.position_bakery = Vector2(506.361, 843.8615)
|
||||
GameState._game.switch_scene("bakery")
|
||||
GameState.hasVisitedBakery = true
|
||||
Reference in New Issue
Block a user