This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
bixel
/
snaky-particles
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
9d349b9fc2
Branches
Tags
angular
animations
delayed_animations
development
gh-pages
master
models
snaky-particles
/
js
/
models
/
collectible.js
collectible.js
67 B
Historique
Raw
1
2
3
var Collectible = function(position){
this.position = position;
}