Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Created June 10, 2021 01:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codeforfun-jp/a78a2467fdd636e27ae25f2bda49d96f to your computer and use it in GitHub Desktop.
Save codeforfun-jp/a78a2467fdd636e27ae25f2bda49d96f to your computer and use it in GitHub Desktop.
CTB 12-1
private float blackX;
private float blackY;
// スピード
private int boxSpeed;
private int orangeSpeed;
private int pinkSpeed;
private int blackSpeed;
// Score
private int score = 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment