This website works better with JavaScript
Home
Explore
Help
Register
Sign In
bixel
/
snaky-particles
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
remove position model
eraisedtoipi
10 years ago
parent
c21fa90b53
commit
67225a54a5
1 changed files
with
0 additions
and
4 deletions
Unified View
Show Diff Stats
0
4
models/position.js
+ 0
- 4
models/position.js
View File
@@ -1,4 +0,0 @@
-var Position = function(x, y) {
- this.x=x;
- this.y=y;
-};