21 lines
647 B
Plaintext
21 lines
647 B
Plaintext
[gd_scene format=3 uid="uid://cbobah2ptwqh7"]
|
|
|
|
[ext_resource type="FontFile" uid="uid://cbmcfue0ek0tk" path="res://assets/fonts/dmg_numbers.png" id="1_q3q3r"]
|
|
[ext_resource type="Script" uid="uid://d0pan7uclj871" path="res://scripts/damage_number.gd" id="2_l584u"]
|
|
|
|
[sub_resource type="Theme" id="Theme_rmltq"]
|
|
default_font = ExtResource("1_q3q3r")
|
|
default_font_size = 8
|
|
|
|
[node name="DamageNumber" type="Label"]
|
|
light_mask = 262144
|
|
visibility_layer = 262144
|
|
z_index = 19
|
|
size_flags_horizontal = 6
|
|
size_flags_vertical = 6
|
|
theme = SubResource("Theme_rmltq")
|
|
text = "1"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
script = ExtResource("2_l584u")
|