Closed jinbekim closed 2 years ago
공: 한가운데 (0,0)
export class SpecData { arena: Arena = { width: 700, height: 500, }; paddle: Paddle = { width: 10, height: 100, // base width * option.scale (default: 1), 0.5, 1.5; speed: 10, }; ball: Ball = { radius: 5, speed: 1, // base speed * option.scale (default: 5), 4, 7; }; }
공: 한가운데 (0,0)