Commit 4fd563e4 authored by a.guest's avatar a.guest

Worksheet tasks added

parent 9e44ff8f
No preview for this file type
/spaceshooter/
...@@ -22,6 +22,8 @@ public class SpaceShooter extends PApplet { ...@@ -22,6 +22,8 @@ public class SpaceShooter extends PApplet {
asteroid = new enemyObject(this); // Creates a new object of the enemyObject type called asteroid asteroid = new enemyObject(this); // Creates a new object of the enemyObject type called asteroid
} }
// The draw() method is run and as soon as it completes it is run again. // The draw() method is run and as soon as it completes it is run again.
// This continues until the application ends // This continues until the application ends
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment