Godot upgrade to 4.5
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
<Project Sdk="Godot.NET.Sdk/4.4.0">
|
<Project Sdk="Godot.NET.Sdk/4.5.1">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net8.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<EnableDynamicLoading>true</EnableDynamicLoading>
|
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||||||
@@ -6,6 +6,6 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Folder Include="prefabs\UI\Inventory\" />
|
<Folder Include="prefabs\UI\Inventory\" />
|
||||||
<Folder Include="scripts\CSharp\Low Code\" />
|
<Folder Include="scripts\CSharp\Low Code\Randomizer\" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
+3
-2
@@ -12,7 +12,7 @@ config_version=5
|
|||||||
|
|
||||||
config/name="Babushka"
|
config/name="Babushka"
|
||||||
run/main_scene="uid://bopv10dqm1knc"
|
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
|
run/max_fps=120
|
||||||
boot_splash/fullsize=false
|
boot_splash/fullsize=false
|
||||||
boot_splash/image="uid://utam4axkvutc"
|
boot_splash/image="uid://utam4axkvutc"
|
||||||
@@ -121,6 +121,7 @@ directories/tres_directory={
|
|||||||
"8_goto_bed": "res://resources/quests/demo/8_goto_bed.tres",
|
"8_goto_bed": "res://resources/quests/demo/8_goto_bed.tres",
|
||||||
"9_talk_to_chuga": "res://resources/quests/demo/9_talk_to_chuga.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",
|
"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",
|
"InputFieldsStyle": "res://addons/dialogic/Editor/Events/styles/InputFieldsStyle.tres",
|
||||||
"MainTheme": "res://addons/dialogic/Editor/Theme/MainTheme.tres",
|
"MainTheme": "res://addons/dialogic/Editor/Theme/MainTheme.tres",
|
||||||
"NPC_narrative": "res://dialog/NPC_narrative.tres",
|
"NPC_narrative": "res://dialog/NPC_narrative.tres",
|
||||||
@@ -132,6 +133,7 @@ directories/tres_directory={
|
|||||||
"SectionPanel": "res://addons/dialogic/Editor/Events/styles/SectionPanel.tres",
|
"SectionPanel": "res://addons/dialogic/Editor/Events/styles/SectionPanel.tres",
|
||||||
"SimpleButtonHover": "res://addons/dialogic/Editor/Events/styles/SimpleButtonHover.tres",
|
"SimpleButtonHover": "res://addons/dialogic/Editor/Events/styles/SimpleButtonHover.tres",
|
||||||
"SimpleButtonNormal": "res://addons/dialogic/Editor/Events/styles/SimpleButtonNormal.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",
|
"TextBackground": "res://addons/dialogic/Editor/Events/styles/TextBackground.tres",
|
||||||
"TitleBgStylebox": "res://addons/dialogic/Editor/Common/TitleBgStylebox.tres",
|
"TitleBgStylebox": "res://addons/dialogic/Editor/Common/TitleBgStylebox.tres",
|
||||||
"babushka_dialogue_style": "res://addons/babushkahelpers/babushka_dialogue_style.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_01": "res://resources/quests/test/test_01.tres",
|
||||||
"test/test_02": "res://resources/quests/test/test_02.tres",
|
"test/test_02": "res://resources/quests/test/test_02.tres",
|
||||||
"test/test_03": "res://resources/quests/test/test_03.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",
|
"textbubble_style": "res://addons/dialogic/Modules/DefaultLayoutParts/Style_TextBubbles/textbubble_style.tres",
|
||||||
"tomato": "res://resources/items/tomato.tres",
|
"tomato": "res://resources/items/tomato.tres",
|
||||||
"tomato_seed": "res://resources/items/tomato_seed.tres",
|
"tomato_seed": "res://resources/items/tomato_seed.tres",
|
||||||
|
|||||||
Reference in New Issue
Block a user