the-third-place/global.gd

6 lines
97 B
GDScript

extends Node
# Global Game variables
var score: int = 0
var new_game = true
var playing = false