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
Explorar o código
Merge branch 'models' of github.com:snaky-particles/snaky-particles into models
Dima Mironov
%!s(int64=10) %!d(string=hai) anos
pai
ef7d48e10d
c21fa90b53
achega
4b98f2f6bf
Modificáronse 1 ficheiros
con
4 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
4
0
models/position.js
+ 4
- 0
models/position.js
Ver ficheiro
@@ -0,0 +1,4 @@
+var Position = function(x, y) {
+ this.x=x;
+ this.y=y;
+};