L'arrivée de la boulangerie
Il n'y a rien dedans, mais elle est ouverte. Bonne visite
This commit is contained in:
9
scenes/bakery.gd
Normal file
9
scenes/bakery.gd
Normal file
@@ -0,0 +1,9 @@
|
||||
extends Node2D
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready() -> void:
|
||||
load_from_game_state()
|
||||
|
||||
func load_from_game_state():
|
||||
$Bakery/player.set_feet_global_position(GameState.position_bakery)
|
||||
Reference in New Issue
Block a user