diff options
author | Spartan322 <Megacake1234@gmail.com> | 2023-03-26 15:22:03 +0200 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2023-03-29 02:53:28 +0200 |
commit | 793a8939c4f721844c276a3d49293c23c902c8d3 (patch) | |
tree | 9d333d26e18e0ad29979170edc031f60866e40cd /game/src/GameMenu.tscn | |
parent | cb5858b80c6dc9918b8366a433ca78a5d4adebed (diff) |
Add automated git release info retrieval on export
Makes debug easier to see and handle
Add commit hash label to MainMenu
Add click-copyable tag, commit hash, and checksum to main menu
Rename VersionChecksumBox to ReleaseInfoBox
Move ReleaseInfoBox to separate scene and script
Add GIT_INFO.gd for generic project running
Add openvic2-plugin addon for handling export plugin
Replaces GIT_INFO.gd on export
Setup build workflow to retrieve commit hash, tag, and release
Diffstat (limited to 'game/src/GameMenu.tscn')
-rw-r--r-- | game/src/GameMenu.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/src/GameMenu.tscn b/game/src/GameMenu.tscn index 752b1be..aabb29c 100644 --- a/game/src/GameMenu.tscn +++ b/game/src/GameMenu.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=7 format=3 uid="uid://o4u142w4qkln"] [ext_resource type="Script" path="res://src/GameMenu.gd" id="1_cafwe"] -[ext_resource type="PackedScene" uid="uid://c5nyjkpsx14h1" path="res://src/MainMenu/MainMenu.tscn" id="2_2jbkh"] +[ext_resource type="PackedScene" uid="uid://bp5n3mlu45ygw" path="res://src/MainMenu/MainMenu.tscn" id="2_2jbkh"] [ext_resource type="PackedScene" uid="uid://cnbfxjy1m6wja" path="res://src/OptionMenu/OptionsMenu.tscn" id="3_111lv"] [ext_resource type="PackedScene" uid="uid://c8knthxkwj1uj" path="res://src/CreditsMenu/CreditsMenu.tscn" id="4_n0hoo"] [ext_resource type="PackedScene" uid="uid://crhkgngfnxf4y" path="res://src/LobbyMenu/LobbyMenu.tscn" id="4_nofk1"] |