I'm new to java and I'm developing a project, I have the following code below:
paint.setColor (Color.rgb (250, 0, 255));
canvas.drawCircle (xa, ya, 10, paint);
What I use in the GameView draw method to create circles in my project (a game)...
asked by
06.08.2018 / 01:33