Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Ignition.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Godot.NET.Sdk/4.4.0">
<Project Sdk="Godot.NET.Sdk/4.7.0">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
Expand Down
6 changes: 6 additions & 0 deletions Ignition.csproj.old
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Project Sdk="Godot.NET.Sdk/4.4.0">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
</Project>
6 changes: 6 additions & 0 deletions Ignition.csproj.old.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Project Sdk="Godot.NET.Sdk/4.4.0">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
</Project>
12 changes: 6 additions & 6 deletions Scenes/DeathScreen.tscn
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
8 changes: 6 additions & 2 deletions project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion theme.tres
Original file line number Diff line number Diff line change
@@ -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"]

Expand Down