Traveller/prefab/ui/DamageNumber.tscn

20 lines
620 B
Plaintext
Raw Normal View History

2024-04-28 13:55:19 +00:00
[gd_scene load_steps=3 format=3 uid="uid://bci3swhs1crfb"]
[ext_resource type="Script" path="res://scripts/damage/DamageNumber.cs" id="1_fui0m"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_vq24w"]
[node name="DamageNumber" type="CharacterBody2D"]
collision_layer = 0
collision_mask = 0
script = ExtResource("1_fui0m")
[node name="Label" type="Label" parent="."]
offset_right = 40.0
offset_bottom = 23.0
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_vq24w")
[node name="VisibleOnScreenNotifier2D" type="VisibleOnScreenNotifier2D" parent="."]