This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
bixel
/
snaky-particles
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
c21fa90b53
Rami (Branch)
Tag
angular
animations
delayed_animations
development
gh-pages
master
models
snaky-particles
/
models
/
position.js
position.js
56 B
Cronologia
Originale
1
2
3
4
var Position = function(x, y) {
this.x=x;
this.y=y;
};