diff --git a/Fonts/breathe_fire/Breathe Fire.otf b/Fonts/breathe_fire/Breathe Fire.otf new file mode 100644 index 0000000..9cb00f0 Binary files /dev/null and b/Fonts/breathe_fire/Breathe Fire.otf differ diff --git a/Fonts/breathe_fire/Breathe Fire.otf.import b/Fonts/breathe_fire/Breathe Fire.otf.import new file mode 100644 index 0000000..53a6044 --- /dev/null +++ b/Fonts/breathe_fire/Breathe Fire.otf.import @@ -0,0 +1,33 @@ +[remap] + +importer="font_data_dynamic" +type="FontFile" +uid="uid://bhggfnolqg5hu" +path="res://.godot/imported/Breathe Fire.otf-6cb5aa2b69278bfdfa2b2e35511b3b0c.fontdata" + +[deps] + +source_file="res://Fonts/breathe_fire/Breathe Fire.otf" +dest_files=["res://.godot/imported/Breathe Fire.otf-6cb5aa2b69278bfdfa2b2e35511b3b0c.fontdata"] + +[params] + +Rendering=null +antialiasing=1 +generate_mipmaps=false +multichannel_signed_distance_field=false +msdf_pixel_range=8 +msdf_size=48 +allow_system_fallback=true +force_autohinter=false +hinting=1 +subpixel_positioning=1 +oversampling=0.0 +Fallbacks=null +fallbacks=[] +Compress=null +compress=true +preload=[] +language_support={} +script_support={} +opentype_features={} diff --git a/Fonts/breathe_fire/FSLA_NonCommercial_License.html b/Fonts/breathe_fire/FSLA_NonCommercial_License.html new file mode 100644 index 0000000..42c24e0 --- /dev/null +++ b/Fonts/breathe_fire/FSLA_NonCommercial_License.html @@ -0,0 +1,63 @@ + + + +Font Software License Agreement - Non-Commercial + + +

Chequered Ink Ltd.

+

Font Software License Agreement - Non-Commercial


+

1. Definition of terms

+ + +

2. Eligibility and the agreement

+ + +

3. Scope and use

+ + +

4. Intellectual property

+ + +

5. Liability

+ + +

6. Termination

+ + +

7. Additional Terms Of Use

+ + + \ No newline at end of file diff --git a/Fonts/breathe_fire/Get Commercial License.url b/Fonts/breathe_fire/Get Commercial License.url new file mode 100644 index 0000000..14f54dc --- /dev/null +++ b/Fonts/breathe_fire/Get Commercial License.url @@ -0,0 +1,5 @@ +[{000214A0-0000-0000-C000-000000000046}] +Prop3=19,2 +[InternetShortcut] +IDList= +URL=http://chequered.ink/font-license/ diff --git a/Scenes/Animations/rockThrowAnim.tscn b/Scenes/Animations/rockThrowAnim.tscn index 662bedd..c503478 100644 --- a/Scenes/Animations/rockThrowAnim.tscn +++ b/Scenes/Animations/rockThrowAnim.tscn @@ -5,9 +5,9 @@ [sub_resource type="Curve2D" id="Curve2D_gdix6"] _data = { -"points": PackedVector2Array(0, 0, 0, 0, 371, 664, 0, 0, 0, 0, 370, 481, 0, 0, 0, 0, 373, 311, 0, 0, 0, 0, 933, 322, 0, 0, 0, 0, 1004, 328) +"points": PackedVector2Array(0, 0, 0, 0, 371, 664, 0, 0, 0, 0, 370, 481, 0, 0, 0, 0, 373, 311, 0, 0, 0, 0, 882, 362) } -point_count = 5 +point_count = 4 [sub_resource type="Curve2D" id="Curve2D_m36l3"] _data = { diff --git a/Scenes/UI/mainMenu.tscn b/Scenes/UI/mainMenu.tscn new file mode 100644 index 0000000..71f0489 --- /dev/null +++ b/Scenes/UI/mainMenu.tscn @@ -0,0 +1,96 @@ +[gd_scene load_steps=3 format=3 uid="uid://cme8avdi3w0sg"] + +[ext_resource type="Texture2D" uid="uid://s86ux2sxmlff" path="res://Sprites/Backgrounds/Castle Pack by CaptainSkeleto/castle pack5.png" id="1_7mj66"] +[ext_resource type="FontFile" uid="uid://bhggfnolqg5hu" path="res://Fonts/breathe_fire/Breathe Fire.otf" id="2_0dtno"] + +[node name="MainMenu" type="Control"] +layout_mode = 3 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 + +[node name="Background" type="TextureRect" parent="."] +layout_mode = 1 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 +texture = ExtResource("1_7mj66") +expand_mode = 2 +stretch_mode = 6 + +[node name="Title" type="Node" parent="."] + +[node name="Your" type="RichTextLabel" parent="Title"] +anchors_preset = 5 +anchor_left = 0.5 +anchor_right = 0.5 +offset_left = -62.0 +offset_top = 64.0 +offset_right = 314.0 +offset_bottom = 264.0 +grow_horizontal = 2 +scale = Vector2(0.5, 0.5) +theme_override_colors/default_color = Color(0, 0, 0, 1) +theme_override_colors/font_shadow_color = Color(0.847059, 0.341176, 0.423529, 0.956863) +theme_override_constants/shadow_outline_size = 5 +theme_override_fonts/normal_font = ExtResource("2_0dtno") +theme_override_font_sizes/normal_font_size = 190 +text = "Your" + +[node name="Raise" type="RichTextLabel" parent="Title"] +anchors_preset = 5 +anchor_left = 0.5 +anchor_right = 0.5 +offset_left = -167.0 +offset_right = 245.0 +offset_bottom = 218.0 +grow_horizontal = 2 +scale = Vector2(0.5, 0.5) +size_flags_horizontal = 4 +size_flags_vertical = 0 +theme_override_colors/default_color = Color(0, 0, 0, 1) +theme_override_colors/font_shadow_color = Color(0.847059, 0.341176, 0.423529, 0.956863) +theme_override_constants/shadow_outline_size = 5 +theme_override_fonts/normal_font = ExtResource("2_0dtno") +theme_override_font_sizes/normal_font_size = 200 +text = "Raise" + +[node name="Wand" type="RichTextLabel" parent="Title"] +anchors_preset = 5 +anchor_left = 0.5 +anchor_right = 0.5 +offset_left = -157.0 +offset_top = 104.0 +offset_right = 403.0 +offset_bottom = 390.0 +grow_horizontal = 2 +scale = Vector2(0.5, 0.5) +theme_override_colors/default_color = Color(0, 0, 0, 1) +theme_override_colors/font_shadow_color = Color(0.847059, 0.341176, 0.423529, 0.956863) +theme_override_constants/shadow_outline_size = 5 +theme_override_fonts/normal_font = ExtResource("2_0dtno") +theme_override_font_sizes/normal_font_size = 270 +text = "Wand" + +[node name="Disclaimer" type="RichTextLabel" parent="Title"] +anchors_preset = 5 +anchor_left = 0.5 +anchor_right = 0.5 +offset_left = -93.0 +offset_top = 216.0 +offset_right = 682.0 +offset_bottom = 359.0 +grow_horizontal = 2 +scale = Vector2(0.2, 0.2) +theme_override_colors/default_color = Color(0, 0, 0, 1) +theme_override_colors/font_shadow_color = Color(0.847059, 0.341176, 0.423529, 0.956863) +theme_override_constants/shadow_outline_size = 5 +theme_override_fonts/normal_font = ExtResource("2_0dtno") +theme_override_font_sizes/normal_font_size = 100 +text = "*Wands not included" + +[node name="Buttons" type="Node" parent="."] diff --git a/Scenes/arena.tscn b/Scenes/arena.tscn index 7c3e3cb..dccec9f 100644 --- a/Scenes/arena.tscn +++ b/Scenes/arena.tscn @@ -62,6 +62,3 @@ offset_left = 1177.0 offset_top = 204.5 offset_right = 1177.0 offset_bottom = 204.5 - -[connection signal="healthChanged" from="Wizard" to="Wizard/HealthBar" method="healthChanged"] -[connection signal="healthChanged" from="Wizard2" to="Wizard2/HealthBar" method="healthChanged"] diff --git a/Sound/Music/potentialMusic.txt b/Sound/Music/potentialMusic.txt index f3aeaaa..9f99c96 100644 --- a/Sound/Music/potentialMusic.txt +++ b/Sound/Music/potentialMusic.txt @@ -3,12 +3,19 @@ Borgar - https://creatorchords.com/music/borgar/ Legends - https://creatorchords.com/music/legends/ Pathfinder - https://creatorchords.com/music/pathfinder Wanderer - https://creatorchords.com/music/wanderer/ -https://youtu.be/ojYje1xKLSo Forest Intro - https://soundimage.org/fantasy-7/ +Achievement - https://creatorchords.com/music/achievement Battle Options - +Achievement - https://creatorchords.com/music/achievement +Katie's Rock Theme - https://creatorchords.com/music/katies-rock-theme +Fall of Whiterun - https://pixabay.com/music/adventure-fall-of-whiterun-200147/ +Pirate Tavern - https://pixabay.com/music/main-title-pirate-tavern-full-version-167990/ +Fight for your Rights - https://pixabay.com/music/main-title-fight-for-your-rights-13529/ Credits Options Demons and Angels - https://creatorchords.com/music/demons-and-angels/ Pathfinder - https://creatorchords.com/music/pathfinder +Adventure Beyond - https://creatorchords.com/music/adventure-beyond +Adventure - https://creatorchords.com/music/adventure +The Wizard - https://creatorchords.com/music/the-wizard