Commit d8fb3402 by Pedro Rolon

Se resolvió un problema con el dibujito

parent 090633c1
...@@ -48,7 +48,7 @@ public class Something extends Application ...@@ -48,7 +48,7 @@ public class Something extends Application
imagen = new ImageView(img); imagen = new ImageView(img);
imagen.setX(5+bicicleta.x); imagen.setX(5+bicicleta.x);
imagen.setY(300-bicicleta.y); imagen.setY(bicicleta.y-40);
root.getChildren().add(imagen); root.getChildren().add(imagen);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment