updated
This commit is contained in:
7
API/games/circle.js
Normal file
7
API/games/circle.js
Normal file
@@ -0,0 +1,7 @@
|
||||
exports.newCircle = function(center, radius, velocity) {
|
||||
return {
|
||||
center: center,
|
||||
radius: radius,
|
||||
velocity: velocity
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user