This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extends Node | |
#General Variables | |
var session_id = '' | |
var game_key = 'your-game-key' | |
var game_version = '1.0.0.0' | |
var platform = '' | |
var score = 0 | |
var player_name = '' |