-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.tscn
More file actions
105 lines (85 loc) · 2.91 KB
/
main.tscn
File metadata and controls
105 lines (85 loc) · 2.91 KB
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
[gd_scene load_steps=8 format=2]
[ext_resource path="res://main.gd" type="Script" id=1]
[ext_resource path="res://whitrabt.ttf" type="DynamicFontData" id=2]
[ext_resource path="res://wallmat.tres" type="PhysicsMaterial" id=3]
[ext_resource path="res://raw/legend.png" type="Texture" id=4]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 964.5, 10 )
[sub_resource type="DynamicFont" id=2]
size = 15
outline_size = 1
outline_color = Color( 0, 0, 0, 1 )
use_mipmaps = true
use_filter = true
font_data = ExtResource( 2 )
[sub_resource type="DynamicFont" id=3]
size = 9
outline_size = 1
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 2 )
[node name="world" type="Node2D"]
script = ExtResource( 1 )
[node name="StaticBody2D" type="StaticBody2D" parent="."]
physics_material_override = ExtResource( 3 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
position = Vector2( 961, 3 )
shape = SubResource( 1 )
[node name="StaticBody2D2" type="StaticBody2D" parent="."]
physics_material_override = ExtResource( 3 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D2"]
position = Vector2( 960.5, 1085 )
shape = SubResource( 1 )
[node name="StaticBody2D3" type="StaticBody2D" parent="."]
rotation = 1.5708
physics_material_override = ExtResource( 3 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D3"]
position = Vector2( 322, 0 )
shape = SubResource( 1 )
[node name="StaticBody2D4" type="StaticBody2D" parent="."]
rotation = 1.5708
physics_material_override = ExtResource( 3 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D4"]
position = Vector2( 544, -1920 )
shape = SubResource( 1 )
[node name="CanvasLayer" type="CanvasLayer" parent="."]
[node name="Panel" type="Panel" parent="CanvasLayer"]
modulate = Color( 0.619608, 0.705882, 1, 0.470588 )
light_mask = 0
margin_left = 17.0
margin_top = 20.0
margin_right = 343.0
margin_bottom = 124.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="counter" type="RichTextLabel" parent="CanvasLayer"]
margin_left = 27.0
margin_top = 30.0
margin_right = 756.0
margin_bottom = 144.0
custom_colors/default_color = Color( 1, 1, 1, 1 )
custom_fonts/normal_font = SubResource( 2 )
text = "death : 0"
scroll_active = false
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VERSION" type="Label" parent="CanvasLayer"]
margin_left = 2.0
margin_top = 1063.0
margin_right = 1233.0
margin_bottom = 1077.0
custom_fonts/font = SubResource( 3 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="background" type="Polygon2D" parent="."]
position = Vector2( -7, 1 )
color = Color( 0.337255, 0.337255, 0.337255, 1 )
polygon = PoolVector2Array( -73, -81, 2030, -87, 2009, 1140, -126, 1147 )
[node name="legend" type="Node2D" parent="."]
z_index = 1000
[node name="legend" type="Sprite" parent="legend"]
modulate = Color( 1, 1, 1, 0.854902 )
position = Vector2( 1638, 673 )
texture = ExtResource( 4 )