Skip to content

Commit

Permalink
Name project
Browse files Browse the repository at this point in the history
  • Loading branch information
outfrost committed Feb 18, 2024
1 parent e37ba63 commit 1672b00
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
12 changes: 6 additions & 6 deletions export_presets.cfg
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[preset.0]

name="Linux-X11-amd64"
name="MissingInventory-linux-amd64"
platform="Linux/X11"
runnable=true
dedicated_server=false
custom_features=""
export_filter="all_resources"
include_filter="version.txt"
exclude_filter="build/*"
export_path="build/linux_amd64/game"
export_path="build/linux_amd64/missinginventory"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
Expand Down Expand Up @@ -42,15 +42,15 @@ binary_format/64_bits=true

[preset.1]

name="Windows-amd64"
name="MissingInventory-Windows-amd64"
platform="Windows Desktop"
runnable=true
dedicated_server=false
custom_features=""
export_filter="all_resources"
include_filter="version.txt"
exclude_filter="build/*"
export_path="build/windows_amd64/game.exe"
export_path="build/windows_amd64/missinginventory.exe"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
Expand Down Expand Up @@ -107,15 +107,15 @@ binary_format/64_bits=true

[preset.2]

name="macOS"
name="missinginventory-macOS"
platform="macOS"
runnable=true
dedicated_server=false
custom_features=""
export_filter="all_resources"
include_filter="version.txt"
exclude_filter="build/*"
export_path="build/macos/game.zip"
export_path="build/macos/missinginventory.zip"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
Expand Down
11 changes: 9 additions & 2 deletions game/menu/MainMenu.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,18 @@ script = ExtResource("3_426jp")
layout_mode = 1
anchors_preset = -1
anchor_left = 0.05
anchor_top = 0.1
anchor_top = 0.05
anchor_right = 0.95
anchor_bottom = 0.5
theme_override_colors/default_color = Color(0.980392, 0.380392, 0.286275, 1)
theme_override_colors/font_shadow_color = Color(0, 0, 0, 0.627451)
theme_override_constants/shadow_offset_x = 0
theme_override_constants/shadow_offset_y = 0
theme_override_constants/shadow_outline_size = 6
theme_override_fonts/normal_font = ExtResource("8_0xu7u")
theme_override_font_sizes/normal_font_size = 128
bbcode_enabled = true
text = "[center][/center]"
text = "[center]MISSING INVENTORY[/center]"

[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 1
Expand Down
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ General/should_load_by_name=false

[application]

config/name="GWJ66"
config/name="Missing Inventory"
run/main_scene="res://game/loading/Splash.tscn"
config/features=PackedStringArray("4.2")
boot_splash/bg_color=Color(0, 0, 0, 1)
Expand Down

0 comments on commit 1672b00

Please sign in to comment.