16 lines
531 B
Plaintext
16 lines
531 B
Plaintext
|
[gd_scene load_steps=2 format=2]
|
||
|
|
||
|
[ext_resource path="res://Player.tscn" type="PackedScene" id=1]
|
||
|
|
||
|
[node name="level" type="Node2D"]
|
||
|
|
||
|
[node name="player" parent="." instance=ExtResource( 1 )]
|
||
|
|
||
|
[node name="StaticBody2D" type="StaticBody2D" parent="."]
|
||
|
|
||
|
[node name="Polygon2D" type="Polygon2D" parent="StaticBody2D"]
|
||
|
polygon = PoolVector2Array( 3, 559, 1021, 563, 1023, 601, 2, 599 )
|
||
|
|
||
|
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="StaticBody2D"]
|
||
|
polygon = PoolVector2Array( 3, 560, 2, 595, 1023, 599, 1019, 564 )
|