This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
bixel
/
snaky-particles
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
df395b6321
Větve
Značky
angular
animations
delayed_animations
development
gh-pages
master
models
snaky-particles
/
js
/
models
/
collectible.js
collectible.js
67 B
Historie
Surový
1
2
3
var Collectible = function(position){
this.position = position;
}