Raise-Your-Wand/Scenes/UI/roundFinishedIndicator.tscn
nc543 4bf910f4ea Added a lose condition
- Added a win/lose condition
- Added a finish state indicator. Transition currently does not work.
- Fixed enemy animation durations for icy wind spell
2024-05-25 23:51:28 -04:00

40 lines
1.0 KiB
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://b887yld2mj8se"]
[ext_resource type="Script" path="res://Scripts/RoundFinishedIndicator.gd" id="1_l83ts"]
[ext_resource type="Theme" uid="uid://bh8kyg4qt8rt7" path="res://Themes/default.tres" id="2_30ddm"]
[node name="RoundFinishedIndicator" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_l83ts")
fadeDuration = 1.0
[node name="ColorRect" type="ColorRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0.427451, 0.427451, 0.427451, 0)
[node name="Result" type="RichTextLabel" parent="."]
visible = false
layout_mode = 1
anchors_preset = 14
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
offset_top = -47.0
offset_bottom = 47.0
grow_horizontal = 2
grow_vertical = 2
theme = ExtResource("2_30ddm")
theme_override_font_sizes/normal_font_size = 75
bbcode_enabled = true
text = "[center]Victory[/center]"