diff --git a/godot/export_presets.cfg b/godot/export_presets.cfg index 953dc82..829b735 100644 --- a/godot/export_presets.cfg +++ b/godot/export_presets.cfg @@ -12,7 +12,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../dist/windows/quakeball.exe" +export_path="../dist/windows/skullballs.exe" patches=PackedStringArray() patch_delta_encoding=false patch_delta_compression_level_zstd=19 @@ -86,7 +86,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="../dist/linux/quakeball.x86_64" +export_path="../dist/linux/skullball.x86_64" patches=PackedStringArray() patch_delta_encoding=false patch_delta_compression_level_zstd=19 diff --git a/godot/project.godot b/godot/project.godot index 9f4ea2e..7d11ebd 100644 --- a/godot/project.godot +++ b/godot/project.godot @@ -10,7 +10,7 @@ config_version=5 [application] -config/name="QuakeBall" +config/name="SkullBall" run/main_scene="uid://lahirbqfppvw" config/features=PackedStringArray("4.7", "Forward Plus") config/icon="res://icon.svg" diff --git a/godot/scenes/main.tscn b/godot/scenes/main.tscn index 37a2060..987a748 100644 --- a/godot/scenes/main.tscn +++ b/godot/scenes/main.tscn @@ -1575,7 +1575,7 @@ alignment = 1 [node name="label" type="Label" parent="main_panel/v_box_container" unique_id=140542377] custom_minimum_size = Vector2(0, 50) layout_mode = 2 -text = "QuakeBall" +text = "SkullBall" horizontal_alignment = 1 metadata/_edit_lock_ = true