13 lines
342 B
Plaintext
13 lines
342 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://Player.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://World.gd" type="Script" id=2]
|
|
|
|
[node name="World" type="Node2D"]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="YSort" type="YSort" parent="."]
|
|
|
|
[node name="Player" parent="YSort" instance=ExtResource( 1 )]
|
|
collision_mask = 2
|