Skip to content

Commit

Permalink
1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
atka66 committed Sep 24, 2022
1 parent 5de96fc commit 9445c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Global.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 9445c59

Please sign in to comment.