diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-10-14 20:50:10 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-10-14 20:50:10 +0200 |
| commit | 4f54e90c3ad54f299d288a692228643ea07f025d (patch) | |
| tree | ab7a311b8b04ecf1333736b12969e7c34dc00ae3 /client | |
| parent | a352c821846e7d0ef2750a36981ab3c2ff95d052 (diff) | |
| download | hurrycurry-4f54e90c3ad54f299d288a692228643ea07f025d.tar hurrycurry-4f54e90c3ad54f299d288a692228643ea07f025d.tar.bz2 hurrycurry-4f54e90c3ad54f299d288a692228643ea07f025d.tar.zst | |
Update protocol versions for 3.0
Diffstat (limited to 'client')
| -rw-r--r-- | client/global.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/global.gd b/client/global.gd index bcf44998..4f68f99f 100644 --- a/client/global.gd +++ b/client/global.gd @@ -16,7 +16,7 @@ class_name G extends Node -const VERSION := "2.3.5" +const VERSION := "3.0.0" const DISTRIBUTION := "unknown" signal using_joypad_change(using: bool) |