This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
bixel
/
snaky-particles
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
9d349b9fc2
Ramas
Etiquetas
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;
}