This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
bixel
/
snaky-particles
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
0c3aeb86c0
Branches
Tags
angular
animations
delayed_animations
development
gh-pages
master
models
snaky-particles
/
js
/
models
/
collectible.js
collectible.js
67 B
Histórico
Raw
1
2
3
var Collectible = function(position){
this.position = position;
}