-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathScene.tscn
27 lines (18 loc) · 843 Bytes
/
Scene.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
[gd_scene load_steps=2 format=2]
[ext_resource path="res://myman.tscn" type="PackedScene" id=1]
[node name="Node2D" type="Node2D"]
position = Vector2( 1, 0 )
[node name="myman" parent="." instance=ExtResource( 1 )]
position = Vector2( 200.753, 234.15 )
[node name="myman3" parent="." instance=ExtResource( 1 )]
position = Vector2( 499.821, 169.696 )
[node name="myman4" parent="." instance=ExtResource( 1 )]
position = Vector2( 579.498, 324.899 )
[node name="myman5" parent="." instance=ExtResource( 1 )]
position = Vector2( 813.549, 215.344 )
[node name="myman6" parent="." instance=ExtResource( 1 )]
position = Vector2( 493.182, 496.703 )
[node name="myman7" parent="." instance=ExtResource( 1 )]
position = Vector2( 774.54, 434.455 )
[node name="myman2" parent="." instance=ExtResource( 1 )]
position = Vector2( 259.754, 392.971 )