Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion MainScenes/battle.tscn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[gd_scene load_steps=198 format=3 uid="uid://cmm365jef52ho"]
[gd_scene load_steps=200 format=3 uid="uid://cmm365jef52ho"]

[ext_resource type="Script" path="res://src/battle.gd" id="1_xbk6v"]
[ext_resource type="Texture2D" uid="uid://bti8snfww6gou" path="res://Image/Battle-V1.png" id="2_okyx3"]
Expand Down Expand Up @@ -1471,6 +1471,7 @@ grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 4
tooltip_text = "Placeholder"

[node name="EffectAnimation" type="AnimatedSprite2D" parent="DemonLord"]
sprite_frames = SubResource("SpriteFrames_a7wul")

Expand Down
8 changes: 4 additions & 4 deletions MainScenes/start_menu.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ theme_override_fonts/font = ExtResource("3_7t56n")
theme_override_font_sizes/font_size = 35
theme_override_styles/normal = SubResource("StyleBoxEmpty_5c30k")
theme_override_styles/hover = SubResource("StyleBoxEmpty_oxn2p")
text = "Start
New
text = "Start
New
Game"

[node name="load_game" type="Button" parent="."]
Expand All @@ -163,7 +163,7 @@ theme_override_fonts/font = ExtResource("3_7t56n")
theme_override_font_sizes/font_size = 35
theme_override_styles/normal = SubResource("StyleBoxEmpty_411go")
theme_override_styles/hover = SubResource("StyleBoxEmpty_jmgfj")
text = "Load
text = "Load
Game"

[node name="quit_game" type="Button" parent="."]
Expand All @@ -178,7 +178,7 @@ theme_override_fonts/font = ExtResource("3_7t56n")
theme_override_font_sizes/font_size = 35
theme_override_styles/normal = SubResource("StyleBoxEmpty_ayfon")
theme_override_styles/hover = SubResource("StyleBoxEmpty_dd4pb")
text = "Quit
text = "Quit
Game"

[node name="ConfirmationDialog" type="ConfirmationDialog" parent="."]
Expand Down