diff --git a/Something.java b/Something.java index 778cf81..a9e885a 100644 --- a/Something.java +++ b/Something.java @@ -52,7 +52,7 @@ public class Something extends Application FileInputStream inputstream = new FileInputStream("bici.png"); //se setea el tamaƱo de la imagen! - Image img = new Image(inputstream, 60, 60, false, false); + Image img = new Image(inputstream, 70, 70, false, false); imagen = new ImageView(img); diff --git a/bici.png b/bici.png index 8320427..824965a 100644 Binary files a/bici.png and b/bici.png differ diff --git a/bicinormal.png b/bicinormal.png new file mode 100644 index 0000000..8320427 Binary files /dev/null and b/bicinormal.png differ