diff options
| author | tpart <tpart120@proton.me> | 2025-07-13 22:54:58 +0200 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2025-07-13 22:55:02 +0200 |
| commit | 54a1ff032e63efb233779083ff01840b11a73070 (patch) | |
| tree | 83df6ee1ac111f165675fa5eb4a453c3d63d920a /client/menu/about.gd | |
| parent | 10ef9cc31c82ada3625eab232d8c4b81a1356f1a (diff) | |
| download | hurrycurry-54a1ff032e63efb233779083ff01840b11a73070.tar hurrycurry-54a1ff032e63efb233779083ff01840b11a73070.tar.bz2 hurrycurry-54a1ff032e63efb233779083ff01840b11a73070.tar.zst | |
Refactor menu system; Fix #333
Diffstat (limited to 'client/menu/about.gd')
| -rw-r--r-- | client/menu/about.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/menu/about.gd b/client/menu/about.gd index 1a32255a..d5a688fd 100644 --- a/client/menu/about.gd +++ b/client/menu/about.gd @@ -37,6 +37,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.""" const SOURCE_CODE := "https://codeberg.org/hurrycurry/hurrycurry" func _ready() -> void: + super() $side/margin/options/first/source.tooltip_text = SOURCE_CODE var credits := [ |