Skip to content

Commit

Permalink
1.3.3 milestone
Browse files Browse the repository at this point in the history
  • Loading branch information
atka66 committed Mar 16, 2022
1 parent 18f2ec9 commit 03fdcc3
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 beta'
const VERSION = '1.3.3'
const TEAM_COLORS = {
0: Color(0.9, 0.2, 0.2),
1: Color(0, 0.3, 0.7),
Expand Down

0 comments on commit 03fdcc3

Please sign in to comment.