23 lines
656 B
Plaintext
23 lines
656 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://assets/World/Bush.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://script/player/Player.tscn" type="PackedScene" id=2]
|
|
|
|
[node name="World" type="YSort"]
|
|
__meta__ = {
|
|
"_edit_lock_": true
|
|
}
|
|
|
|
[node name="Player" parent="." instance=ExtResource( 2 )]
|
|
position = Vector2( 147.244, 71.7345 )
|
|
z_index = 0
|
|
|
|
[node name="Bush" parent="." instance=ExtResource( 1 )]
|
|
position = Vector2( 69.0602, 89.8899 )
|
|
|
|
[node name="Bush2" parent="." instance=ExtResource( 1 )]
|
|
position = Vector2( 162.504, 115.846 )
|
|
|
|
[node name="Bush3" parent="." instance=ExtResource( 1 )]
|
|
position = Vector2( 220.552, 61.1018 )
|