replace with multiplayer-coop files
This commit is contained in:
17
src/scenes/floating_text.tscn
Normal file
17
src/scenes/floating_text.tscn
Normal file
@@ -0,0 +1,17 @@
|
||||
[gd_scene format=3 uid="uid://floating_text"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/floating_text.gd" id="1"]
|
||||
|
||||
[node name="FloatingText" type="Node2D"]
|
||||
script = ExtResource("1")
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
offset_right = 64.0
|
||||
offset_bottom = 24.0
|
||||
theme_override_font_sizes/font_size = 18
|
||||
text = "+1 coin"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
outline_size = 2
|
||||
outline_color = Color(0, 0, 0, 1)
|
||||
|
||||
Reference in New Issue
Block a user