diff --git a/src/logic-scenes/board/void_card.tscn b/src/logic-scenes/board/void_card.tscn index fd228b1b..9731dc61 100644 --- a/src/logic-scenes/board/void_card.tscn +++ b/src/logic-scenes/board/void_card.tscn @@ -3,7 +3,7 @@ [ext_resource type="Script" path="res://logic-scenes/board/card.gd" id="1_6ceun"] [ext_resource type="Texture2D" uid="uid://sv0nhkkur1tt" path="res://logic-scenes/board/card-textures/cardsheet.png" id="2_buevv"] [ext_resource type="Texture2D" uid="uid://kpmk21d8rlso" path="res://logic-scenes/board/particle_textures/star.png" id="3_8wu8j"] -[ext_resource type="Theme" uid="uid://b056fn288p8ha" path="res://logic-scenes/themes/easy-handwriting.theme" id="3_mi4ah"] +[ext_resource type="Theme" uid="uid://b056fn288p8ha" path="res://logic-scenes/themes/handwriting.theme" id="3_mi4ah"] [ext_resource type="Texture2D" uid="uid://bqilajx05t0eb" path="res://logic-scenes/board/particle_textures/void_nomotion.png" id="4_jam8u"] [sub_resource type="CapsuleShape2D" id="CapsuleShape2D_foovg"] diff --git a/src/logic-scenes/collectable/collectable_ui.tscn b/src/logic-scenes/collectable/collectable_ui.tscn index 2aea2f3f..98af4990 100644 --- a/src/logic-scenes/collectable/collectable_ui.tscn +++ b/src/logic-scenes/collectable/collectable_ui.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=9 format=3 uid="uid://d3pb25xuef2t2"] -[ext_resource type="Theme" uid="uid://b056fn288p8ha" path="res://logic-scenes/themes/easy-handwriting.theme" id="1_2apkb"] +[ext_resource type="Theme" uid="uid://b056fn288p8ha" path="res://logic-scenes/themes/handwriting.theme" id="1_2apkb"] [ext_resource type="Script" path="res://logic-scenes/collectable/collectable_ui.gd" id="1_tgjc2"] [ext_resource type="Texture2D" uid="uid://d0ucjqi8tx6vt" path="res://import/interface-elements/frame.png" id="3_63j61"] diff --git a/src/logic-scenes/startup/startup.tscn b/src/logic-scenes/startup/startup.tscn index 11d3c44d..71e9de04 100644 --- a/src/logic-scenes/startup/startup.tscn +++ b/src/logic-scenes/startup/startup.tscn @@ -44,10 +44,8 @@ func _on_streaming_notes_toggled(toggled_on): # still needs handling to change the style func _on_font_style_selected(index): match index: - 0: - return 1: - State.current_main_theme = preload(\"res://logic-scenes/themes/easy-handwriting.theme\") + State.current_main_theme = preload(\"res://logic-scenes/themes/handwriting.theme\") print_debug(\"easy handwriting selected\") #owner.theme.set_font(\"NanumPenScript.ttf\") return diff --git a/src/logic-scenes/themes/easy-handwriting.theme b/src/logic-scenes/themes/easy-handwriting.theme deleted file mode 100644 index 569130be..00000000 Binary files a/src/logic-scenes/themes/easy-handwriting.theme and /dev/null differ diff --git a/src/logic-scenes/themes/handwriting.theme b/src/logic-scenes/themes/handwriting.theme new file mode 100644 index 00000000..83422173 Binary files /dev/null and b/src/logic-scenes/themes/handwriting.theme differ