forked from kyle-stevens/GeoJump
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DemoScene_1.tscn
87 lines (68 loc) · 2.28 KB
/
DemoScene_1.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[gd_scene load_steps=3 format=2]
[ext_resource path="res://Player_cube_demo.tscn" type="PackedScene" id=1]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 512.5, 20 )
[node name="DemoScene_1" type="Node2D"]
[node name="ColorRect" type="ColorRect" parent="."]
margin_top = 560.0
margin_right = 1024.0
margin_bottom = 600.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="StaticBody2D" type="StaticBody2D" parent="ColorRect"]
[node name="CollisionShape2D" type="CollisionShape2D" parent="ColorRect/StaticBody2D"]
position = Vector2( 515, 20 )
shape = SubResource( 1 )
[node name="ColorRect5" type="ColorRect" parent="."]
margin_left = 168.0
margin_top = 240.0
margin_right = 1192.0
margin_bottom = 280.0
rect_scale = Vector2( 0.639999, 3.04 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="StaticBody2D" type="StaticBody2D" parent="ColorRect5"]
[node name="CollisionShape2D" type="CollisionShape2D" parent="ColorRect5/StaticBody2D"]
position = Vector2( 512.5, 20 )
scale = Vector2( 1, 1 )
shape = SubResource( 1 )
[node name="ColorRect2" type="ColorRect" parent="."]
margin_right = 1024.0
margin_bottom = 40.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="StaticBody2D" type="StaticBody2D" parent="ColorRect2"]
[node name="CollisionShape2D" type="CollisionShape2D" parent="ColorRect2/StaticBody2D"]
position = Vector2( 515, 20 )
shape = SubResource( 1 )
[node name="ColorRect3" type="ColorRect" parent="."]
margin_left = 16.0
margin_top = -96.0
margin_right = 1040.0
margin_bottom = -56.0
rect_rotation = 89.9996
__meta__ = {
"_edit_use_anchors_": false
}
[node name="StaticBody2D" type="StaticBody2D" parent="ColorRect3"]
[node name="CollisionShape2D" type="CollisionShape2D" parent="ColorRect3/StaticBody2D"]
position = Vector2( 515, 20 )
shape = SubResource( 1 )
[node name="ColorRect4" type="ColorRect" parent="."]
margin_left = 1056.0
margin_top = -128.0
margin_right = 2080.0
margin_bottom = -88.0
rect_rotation = 90.003
__meta__ = {
"_edit_use_anchors_": false
}
[node name="StaticBody2D" type="StaticBody2D" parent="ColorRect4"]
[node name="CollisionShape2D" type="CollisionShape2D" parent="ColorRect4/StaticBody2D"]
position = Vector2( 515, 20 )
shape = SubResource( 1 )
[node name="Player_cube_demo" parent="." instance=ExtResource( 1 )]
position = Vector2( 480, 528 )