-
Notifications
You must be signed in to change notification settings - Fork 2
/
Camara.tscn
117 lines (104 loc) · 3.1 KB
/
Camara.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
[gd_scene load_steps=9 format=2]
[ext_resource path="res://Pausa.tscn" type="PackedScene" id=1]
[ext_resource path="res://Resources/Overlay.png" type="Texture" id=2]
[ext_resource path="res://Resources/Gameplay.ttf" type="DynamicFontData" id=3]
[ext_resource path="res://Timer.gd" type="Script" id=4]
[ext_resource path="res://Resources/bomb.png" type="Texture" id=5]
[ext_resource path="res://CamaraMultiplayer.gd" type="Script" id=6]
[ext_resource path="res://bomb.gd" type="Script" id=7]
[sub_resource type="DynamicFont" id=1]
outline_size = 1
font_data = ExtResource( 3 )
[node name="Camera2D" type="Camera2D"]
position = Vector2( 0, -100 )
current = true
zoom = Vector2( 1.098, 1 )
limit_bottom = 326
limit_smoothed = true
smoothing_speed = 1.0
drag_margin_left = 0.0
drag_margin_top = 0.0
drag_margin_right = 0.0
drag_margin_bottom = 0.0
editor_draw_limits = true
editor_draw_drag_margin = true
script = ExtResource( 6 )
PaddingPercent = 15
[node name="CanvasLayer" type="CanvasLayer" parent="."]
[node name="muerte" type="Node" parent="CanvasLayer"]
script = ExtResource( 7 )
[node name="Sprite" type="Sprite" parent="CanvasLayer/muerte"]
position = Vector2( 204.393, 31.8907 )
scale = Vector2( 0.0198789, 0.0198789 )
texture = ExtResource( 5 )
[node name="Label" type="Label" parent="CanvasLayer/muerte"]
anchor_left = 1.0
anchor_top = 0.012
anchor_right = 1.0
anchor_bottom = 0.012
margin_left = -209.239
margin_top = 27.1113
margin_right = -185.239
margin_bottom = 46.1113
rect_scale = Vector2( 0.7, 0.7 )
custom_fonts/font = SubResource( 1 )
custom_colors/font_color = Color( 1, 0.447059, 0, 1 )
custom_colors/font_color_shadow = Color( 0, 0, 0, 1 )
text = "5"
align = 1
__meta__ = {
"_edit_use_anchors_": false,
"_editor_description_": ""
}
[node name="Timer" type="Timer" parent="CanvasLayer/muerte/Label"]
__meta__ = {
"_editor_description_": ""
}
[node name="Pausa" parent="CanvasLayer" instance=ExtResource( 1 )]
pause_mode = 2
visible = false
margin_left = 146.233
margin_top = 56.7985
margin_right = 146.233
margin_bottom = 56.7985
[node name="Sprite" type="Sprite" parent="CanvasLayer"]
position = Vector2( 199.676, 119.21 )
scale = Vector2( 0.222369, 0.222369 )
texture = ExtResource( 2 )
[node name="HBoxContainer" type="HBoxContainer" parent="CanvasLayer"]
margin_left = -52.0
margin_top = -1.0
margin_right = 770.0
margin_bottom = 31.0
rect_scale = Vector2( 0.5, 0.5 )
size_flags_horizontal = 0
size_flags_vertical = 0
custom_constants/separation = 115
alignment = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="CanvasLayer"]
anchor_left = 1.0
anchor_top = 0.012
anchor_right = 1.0
anchor_bottom = 0.012
margin_left = -207.146
margin_top = -2.13042
margin_right = -183.146
margin_bottom = 16.8696
rect_scale = Vector2( 0.5, 0.5 )
custom_fonts/font = SubResource( 1 )
custom_colors/font_color = Color( 0.752941, 0, 0, 1 )
custom_colors/font_color_shadow = Color( 0, 0, 0, 1 )
text = "40"
align = 1
script = ExtResource( 4 )
__meta__ = {
"_edit_use_anchors_": false,
"_editor_description_": ""
}
[node name="Timer" type="Timer" parent="CanvasLayer/Label"]
__meta__ = {
"_editor_description_": ""
}