pong/global1.gd

5 lines
88 B
GDScript

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