31 lines
945 B
Plaintext
31 lines
945 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://dl1r5co5je5hp"]
|
|
|
|
[ext_resource type="FontFile" uid="uid://d2h2tjhxiv5wo" path="res://assets/fonts/White On Black.ttf" id="1_7a4sr"]
|
|
[ext_resource type="Script" uid="uid://cafueqvlijrke" path="res://scripts/dead_announce.gd" id="2_d54cv"]
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_ic2ps"]
|
|
font = ExtResource("1_7a4sr")
|
|
font_size = 500
|
|
outline_color = Color(1, 1, 1, 0.498039)
|
|
|
|
[node name="DeadAnnounce" type="Label"]
|
|
visible = false
|
|
offset_right = 3440.0
|
|
offset_bottom = 1440.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 6
|
|
text = "DEAD"
|
|
label_settings = SubResource("LabelSettings_ic2ps")
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
script = ExtResource("2_d54cv")
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
visible = false
|
|
y_sort_enabled = true
|
|
layout_mode = 0
|
|
offset_top = 1.0
|
|
offset_right = 3840.0
|
|
offset_bottom = 2161.0
|
|
color = Color(0.615686, 0, 0.0980392, 0.356863)
|