diff --git a/Ignition.csproj b/Ignition.csproj index e75f04c..3f34401 100644 --- a/Ignition.csproj +++ b/Ignition.csproj @@ -1,4 +1,4 @@ - + net8.0 true diff --git a/Ignition.csproj.old b/Ignition.csproj.old new file mode 100644 index 0000000..e75f04c --- /dev/null +++ b/Ignition.csproj.old @@ -0,0 +1,6 @@ + + + net8.0 + true + + \ No newline at end of file diff --git a/Ignition.csproj.old.1 b/Ignition.csproj.old.1 new file mode 100644 index 0000000..e75f04c --- /dev/null +++ b/Ignition.csproj.old.1 @@ -0,0 +1,6 @@ + + + net8.0 + true + + \ No newline at end of file diff --git a/Scenes/DeathScreen.tscn b/Scenes/DeathScreen.tscn index 6b239dd..5f439ee 100644 --- a/Scenes/DeathScreen.tscn +++ b/Scenes/DeathScreen.tscn @@ -1,11 +1,11 @@ -[gd_scene load_steps=2 format=3 uid="uid://086mbplltvr6"] +[gd_scene format=3 uid="uid://086mbplltvr6"] [ext_resource type="Theme" uid="uid://brj8jmsa6vurj" path="res://theme.tres" id="1_theme"] -[node name="DeathScreenLayer" type="CanvasLayer"] +[node name="DeathScreenLayer" type="CanvasLayer" unique_id=1511584051] layer = 10 -[node name="DeathScreen" type="ColorRect" parent="."] +[node name="DeathScreen" type="ColorRect" parent="." unique_id=419269152] visible = false anchors_preset = 15 anchor_right = 1.0 @@ -14,7 +14,7 @@ grow_horizontal = 2 grow_vertical = 2 color = Color(0, 0, 0, 0.75) -[node name="VBoxContainer" type="VBoxContainer" parent="DeathScreen"] +[node name="VBoxContainer" type="VBoxContainer" parent="DeathScreen" unique_id=1002445865] layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 @@ -30,13 +30,13 @@ grow_vertical = 2 theme = ExtResource("1_theme") alignment = 1 -[node name="DeathLabel" type="Label" parent="DeathScreen/VBoxContainer"] +[node name="DeathLabel" type="Label" parent="DeathScreen/VBoxContainer" unique_id=1577549135] layout_mode = 2 size_flags_horizontal = 4 text = "YOU DIED!" horizontal_alignment = 1 -[node name="MainMenuButton" type="Button" parent="DeathScreen/VBoxContainer"] +[node name="MainMenuButton" type="Button" parent="DeathScreen/VBoxContainer" unique_id=1988777072] layout_mode = 2 size_flags_horizontal = 4 mouse_default_cursor_shape = 2 diff --git a/project.godot b/project.godot index 2042121..960fe78 100644 --- a/project.godot +++ b/project.godot @@ -8,14 +8,18 @@ config_version=5 +[animation] + +compatibility/default_parent_skeleton_in_mesh_instance_3d=true + [application] config/name="Ignition" run/main_scene="res://Scenes/SplashScreen.tscn" -config/features=PackedStringArray("4.4", "C#", "Forward Plus") +config/features=PackedStringArray("4.7", "C#", "Forward Plus") boot_splash/bg_color=Color(0, 0, 0, 1) boot_splash/show_image=false -boot_splash/fullsize=false +boot_splash/stretch_mode=0 boot_splash/image="uid://cpejat4gb5ulf" config/icon="uid://cwjdfe4xh5g8c" diff --git a/theme.tres b/theme.tres index a52a8e4..ffe6fba 100644 --- a/theme.tres +++ b/theme.tres @@ -1,4 +1,4 @@ -[gd_resource type="Theme" load_steps=9 format=3 uid="uid://brj8jmsa6vurj"] +[gd_resource type="Theme" format=3 uid="uid://brj8jmsa6vurj"] [ext_resource type="FontFile" uid="uid://dp75um7jdyrun" path="res://Imports/Fonts/Eurostile.ttf" id="1_lv0qn"]