-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmissile_area.tscn
44 lines (40 loc) · 1.33 KB
/
missile_area.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
[gd_scene load_steps=5 format=3 uid="uid://b16h3jrxmyptt"]
[ext_resource type="Texture2D" uid="uid://b3w60r8kf3xwg" path="res://img/shadow_area.png" id="1_bmwel"]
[ext_resource type="PackedScene" uid="uid://3owm1bforxoy" path="res://Explosion/Explosion.tscn" id="2_jnpwa"]
[ext_resource type="Script" path="res://missile_area.gd" id="2_o6glq"]
[ext_resource type="FontFile" uid="uid://cj5kipumd5mdm" path="res://fonts/Chicle-Regular.ttf" id="3_nypyq"]
[node name="MissileArea" type="TextureRect"]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -1680.0
offset_top = -1120.0
offset_right = -880.0
offset_bottom = -320.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("1_bmwel")
script = ExtResource("2_o6glq")
[node name="Explosion" parent="." instance=ExtResource("2_jnpwa")]
visible = false
position = Vector2(400, 406)
scale = Vector2(3, 3)
[node name="Label" type="RichTextLabel" parent="."]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -120.0
offset_top = -37.0
offset_right = 120.0
offset_bottom = 37.0
grow_horizontal = 2
grow_vertical = 2
theme_override_fonts/normal_font = ExtResource("3_nypyq")
theme_override_font_sizes/normal_font_size = 60
bbcode_enabled = true
text = "[center]hola[/center]"