This website works better with JavaScript
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
bixel
/
snaky-particles
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
5cb8c4f875
Branches
Tags
angular
animations
delayed_animations
development
gh-pages
master
models
snaky-particles
/
js
/
models
/
collectible.js
collectible.js
67 B
Verlauf
Originalformat
1
2
3
var Collectible = function(position){
this.position = position;
}