diff options
author | metamuffin <metamuffin@disroot.org> | 2025-06-25 20:55:54 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-06-25 20:55:54 +0200 |
commit | 06546f7cfb1ac66ca04649f4b54db81437074d80 (patch) | |
tree | e664991f72b06cb785bcb5e5c4fcef5d27a6391b /client/global.gd | |
parent | 0a76fc8e0f687acc7df5644a6629aa2f5f9d3372 (diff) | |
download | hurrycurry-06546f7cfb1ac66ca04649f4b54db81437074d80.tar hurrycurry-06546f7cfb1ac66ca04649f4b54db81437074d80.tar.bz2 hurrycurry-06546f7cfb1ac66ca04649f4b54db81437074d80.tar.zst |
add version menu in about tab; close #338
Diffstat (limited to 'client/global.gd')
-rw-r--r-- | client/global.gd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client/global.gd b/client/global.gd index 2a2e8048..135d504a 100644 --- a/client/global.gd +++ b/client/global.gd @@ -19,13 +19,14 @@ class_name G extends Node +const VERSION := "2.3.3" +const DISTRIBUTION := "unknown" + signal using_joypad_change(using: bool) signal using_touch_change(using: bool) @warning_ignore("UNUSED_SIGNAL") signal hand_count_change(count: bool) -const VERSION := "2.3.3" - var default_profile := { "username": "", "character_style": { |