diff --git a/Babushka.csproj b/Babushka.csproj index 8d3587e..e6eea3b 100644 --- a/Babushka.csproj +++ b/Babushka.csproj @@ -1,4 +1,4 @@ - + net8.0 true @@ -6,6 +6,6 @@ - + \ No newline at end of file diff --git a/project.godot b/project.godot index ff69202..4b22b5d 100644 --- a/project.godot +++ b/project.godot @@ -12,7 +12,7 @@ config_version=5 config/name="Babushka" run/main_scene="uid://bopv10dqm1knc" -config/features=PackedStringArray("4.4", "C#", "Forward Plus") +config/features=PackedStringArray("4.5", "C#", "Forward Plus") run/max_fps=120 boot_splash/fullsize=false boot_splash/image="uid://utam4axkvutc" @@ -121,6 +121,7 @@ directories/tres_directory={ "8_goto_bed": "res://resources/quests/demo/8_goto_bed.tres", "9_talk_to_chuga": "res://resources/quests/demo/9_talk_to_chuga.tres", "Babushka_NPC_Namebox_background": "res://dialog/Babushka_NPC_Namebox_background.tres", +"ColorEvent": "res://resources/events/ColorEvent.tres", "InputFieldsStyle": "res://addons/dialogic/Editor/Events/styles/InputFieldsStyle.tres", "MainTheme": "res://addons/dialogic/Editor/Theme/MainTheme.tres", "NPC_narrative": "res://dialog/NPC_narrative.tres", @@ -132,6 +133,7 @@ directories/tres_directory={ "SectionPanel": "res://addons/dialogic/Editor/Events/styles/SectionPanel.tres", "SimpleButtonHover": "res://addons/dialogic/Editor/Events/styles/SimpleButtonHover.tres", "SimpleButtonNormal": "res://addons/dialogic/Editor/Events/styles/SimpleButtonNormal.tres", +"TestStringEvent": "res://resources/events/TestStringEvent.tres", "TextBackground": "res://addons/dialogic/Editor/Events/styles/TextBackground.tres", "TitleBgStylebox": "res://addons/dialogic/Editor/Common/TitleBgStylebox.tres", "babushka_dialogue_style": "res://addons/babushkahelpers/babushka_dialogue_style.tres", @@ -162,7 +164,6 @@ directories/tres_directory={ "test/test_01": "res://resources/quests/test/test_01.tres", "test/test_02": "res://resources/quests/test/test_02.tres", "test/test_03": "res://resources/quests/test/test_03.tres", -"test2": "res://resources/events/test2.tres", "textbubble_style": "res://addons/dialogic/Modules/DefaultLayoutParts/Style_TextBubbles/textbubble_style.tres", "tomato": "res://resources/items/tomato.tres", "tomato_seed": "res://resources/items/tomato_seed.tres",