initial commit
This commit is contained in:
20
assets/pickup_announce.tscn
Normal file
20
assets/pickup_announce.tscn
Normal file
@@ -0,0 +1,20 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://cl7yf7rxqsl4a"]
|
||||
|
||||
[ext_resource type="FontFile" uid="uid://d2h2tjhxiv5wo" path="res://assets/fonts/White On Black.ttf" id="1_duhm0"]
|
||||
[ext_resource type="Script" path="res://scripts/PickupAnnounce.gd" id="2_8u2av"]
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_ic2ps"]
|
||||
font = ExtResource("1_duhm0")
|
||||
font_size = 300
|
||||
font_color = Color(1, 1, 1, 0.156863)
|
||||
|
||||
[node name="PickupAnnounce" type="Label"]
|
||||
offset_right = 3440.0
|
||||
offset_bottom = 1440.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 6
|
||||
text = "TEXT HERE"
|
||||
label_settings = SubResource("LabelSettings_ic2ps")
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
script = ExtResource("2_8u2av")
|
||||
Reference in New Issue
Block a user