Loading app/src/main/java/com/example/game2d/object/Circle.java +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ public abstract class Circle extends GameObject{ /** * Abstract function to draw Circle objects to the screen. * See Player and Detecter classes for implementations. * See Player and Detector classes for implementations. * @param canvas the canvas to which the object will be drawn */ public abstract void draw(Canvas canvas); Loading Loading
app/src/main/java/com/example/game2d/object/Circle.java +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ public abstract class Circle extends GameObject{ /** * Abstract function to draw Circle objects to the screen. * See Player and Detecter classes for implementations. * See Player and Detector classes for implementations. * @param canvas the canvas to which the object will be drawn */ public abstract void draw(Canvas canvas); Loading