From 9445c59357cf2a81629571cbc338242061b5049e Mon Sep 17 00:00:00 2001 From: atka66 Date: Sat, 24 Sep 2022 10:02:12 +0200 Subject: [PATCH] 1.3.4 --- Global.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global.gd b/Global.gd index d033f2a7..b34ee22c 100644 --- a/Global.gd +++ b/Global.gd @@ -5,7 +5,7 @@ signal player_remove(id) # main debug mode switch (players joined without controllers, debug key to start game, etc) const DEBUG = false -const VERSION = '1.3.3' +const VERSION = '1.3.4' const TEAM_COLORS = { 0: Color(0.9, 0.2, 0.2), 1: Color(0, 0.3, 0.7),