pong/global1.gd

6 lines
103 B
GDScript

extends Node
var INITIAL_BALL_SPEED = 600
var INITIAL_PAD_SPEED = 200
var GAME_MODE = 0
var WINNER = 0