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
Tree:
4b98f2f6bf
Branches
Tags
angular
animations
delayed_animations
development
gh-pages
master
models
snaky-particles
/
models
/
position.js
position.js
56 B
History
Raw
1
2
3
4
var Position = function(x, y) {
this.x=x;
this.y=y;
};