This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
bixel
/
snaky-particles
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
421c7a4f3d
Gałęzie
Tagi
angular
animations
delayed_animations
development
gh-pages
master
models
snaky-particles
/
js
/
models
/
collectible.js
collectible.js
67 B
Historia
Czysty
1
2
3
var Collectible = function(position){
this.position = position;
}