Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Created June 8, 2021 00:09
Embed
What would you like to do?
CTB 5-1
// サイズ
private int frameHeight;
private int boxSize;
private int screenWidth;
private int screenHeight;
// 位置
private float boxY;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment