-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tscn
40 lines (30 loc) · 1.05 KB
/
main.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[gd_scene load_steps=4 format=2]
[ext_resource path="res://player.tscn" type="PackedScene" id=1]
[ext_resource path="res://main.gdns" type="Script" id=2]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 259.5, 13.5 )
[node name="Root" type="Node2D"]
script = ExtResource( 2 )
[node name="StaticBody2D2" type="StaticBody2D" parent="."]
position = Vector2( 758, 290 )
__meta__ = {
"_edit_group_": true
}
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D2"]
shape = SubResource( 1 )
[node name="Player" parent="." instance=ExtResource( 1 )]
position = Vector2( 757, 478 )
[node name="StaticBody2D" type="StaticBody2D" parent="."]
position = Vector2( 275, 463 )
__meta__ = {
"_edit_group_": true
}
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
shape = SubResource( 1 )
[node name="StaticBody2D3" type="StaticBody2D" parent="."]
position = Vector2( 750, 572 )
__meta__ = {
"_edit_group_": true
}
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D3"]
shape = SubResource( 1 )