added blocking doors to paths.
This commit is contained in:
@@ -1,14 +1,24 @@
|
||||
[gd_scene format=3 uid="uid://floating_text"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/floating_text.gd" id="1"]
|
||||
[ext_resource type="FontFile" uid="uid://cbmcfue0ek0tk" path="res://assets/fonts/dmg_numbers.png" id="2_dmg_font"]
|
||||
|
||||
[sub_resource type="Theme" id="Theme_floating_text"]
|
||||
default_font = ExtResource("2_dmg_font")
|
||||
default_font_size = 12
|
||||
|
||||
[node name="FloatingText" type="Node2D"]
|
||||
script = ExtResource("1")
|
||||
|
||||
[node name="ItemSprite" type="Sprite2D" parent="."]
|
||||
visible = false
|
||||
offset = Vector2(0, -20)
|
||||
scale = Vector2(1, 1)
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
offset_right = 64.0
|
||||
offset_bottom = 24.0
|
||||
theme_override_font_sizes/font_size = 18
|
||||
theme = SubResource("Theme_floating_text")
|
||||
text = "+1 coin"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
Reference in New Issue
Block a user