package com.swift; import com.rupeng.game.GameCore; public class BouncingBall implements Runnable { public static void main(String[] args) { GameCore.start(new BouncingBall()); } @Override public void run() { GameCore.setGameSize(1024, 500); GameCore.setGameTitle("重