Des changements de scènes sans bugs
du moins je l'espère!
This commit is contained in:
15
scenes/scene_bakery_interior.tscn
Normal file
15
scenes/scene_bakery_interior.tscn
Normal file
@@ -0,0 +1,15 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://ditxepapl5asy"]
|
||||
|
||||
[ext_resource type="Script" path="res://scenes/scene.gd" id="1_xt0wx"]
|
||||
[ext_resource type="PackedScene" uid="uid://bu8ahxrceky0t" path="res://maps/bakery_interior.tscn" id="2_4pfep"]
|
||||
[ext_resource type="PackedScene" uid="uid://vclpg4e4ql54" path="res://caracters/player/player.tscn" id="3_f6ale"]
|
||||
|
||||
[node name="bakery" type="Node2D" node_paths=PackedStringArray("player")]
|
||||
script = ExtResource("1_xt0wx")
|
||||
player = NodePath("Bakery/player")
|
||||
|
||||
[node name="Bakery" parent="." instance=ExtResource("2_4pfep")]
|
||||
position = Vector2(64, 92)
|
||||
|
||||
[node name="player" parent="Bakery" instance=ExtResource("3_f6ale")]
|
||||
position = Vector2(458, 718)
|
||||
Reference in New Issue
Block a user