29 lines
867 B
Plaintext
29 lines
867 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://b3kmoledivusi"]
|
|
|
|
[ext_resource type="FontFile" uid="uid://d2h2tjhxiv5wo" path="res://assets/fonts/White On Black.ttf" id="1_3u3rp"]
|
|
[ext_resource type="Script" path="res://scripts/dead_announce.gd" id="2_12exd"]
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_ic2ps"]
|
|
font = ExtResource("1_3u3rp")
|
|
font_size = 500
|
|
|
|
[node name="PickupAnnounce" type="Label"]
|
|
offset_right = 3440.0
|
|
offset_bottom = 1440.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 6
|
|
text = "CLEARED"
|
|
label_settings = SubResource("LabelSettings_ic2ps")
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
script = ExtResource("2_12exd")
|
|
|
|
[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)
|