From 007cd84766a196d69bbfe6412d6eeab507861119 Mon Sep 17 00:00:00 2001 From: tpart Date: Sat, 21 Sep 2024 23:24:38 +0200 Subject: Add server list in play menu --- client/global.gd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/global.gd') diff --git a/client/global.gd b/client/global.gd index 4a40264c..c3f1ef55 100644 --- a/client/global.gd +++ b/client/global.gd @@ -22,6 +22,8 @@ extends Node signal using_joypad_change(using: bool) signal using_touch_change(using: bool) +const VERSION := "2.0.0" + var default_profile := { "username": "Giovanni", "character": 0, -- cgit v1.2.3-70-g09d2