Files
chaussette.sale/scenes/outside.gd
Thomas a82237ff28 L'arrivée de la boulangerie
Il n'y a rien dedans, mais elle est ouverte. Bonne visite
2025-03-30 14:38:20 +02:00

10 lines
227 B
GDScript

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():
$world/player.set_feet_global_position(GameState.position_outside)