diff --git a/FOU.csproj b/FOU.csproj index 70ab8a3..68b0a59 100644 --- a/FOU.csproj +++ b/FOU.csproj @@ -1,4 +1,4 @@ - + net8.0 true diff --git a/FOU.csproj.old.1 b/FOU.csproj.old.1 new file mode 100644 index 0000000..1525dee --- /dev/null +++ b/FOU.csproj.old.1 @@ -0,0 +1,12 @@ + + + net8.0 + true + + + + + + + + \ No newline at end of file diff --git a/Scenes/main.tscn b/Scenes/main.tscn index b1a1e66..3f28415 100644 --- a/Scenes/main.tscn +++ b/Scenes/main.tscn @@ -87,3 +87,10 @@ size_flags_vertical = 1 max_value = 10.0 step = 0.01 value = 1.0 + +[node name="ToolbarMarginContainer2" parent="CanvasLayer/TopUI" instance=ExtResource("5_kry3j")] +layout_mode = 0 +offset_left = 860.0 +offset_top = 5.0 +offset_right = 1060.0 +offset_bottom = 69.0 diff --git a/project.godot b/project.godot index f95826d..cb51b46 100644 --- a/project.godot +++ b/project.godot @@ -12,7 +12,7 @@ config_version=5 config/name="FOU" run/main_scene="res://Scenes/main.tscn" -config/features=PackedStringArray("4.4", "C#", "Forward Plus") +config/features=PackedStringArray("4.5", "C#", "Forward Plus") config/icon="res://icon.svg" [dotnet]