Skip to content

Commit

Permalink
Update ImageBlock.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzCraft authored Mar 4, 2025
1 parent 0396a25 commit 008c0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epsilon/world/blocks/lore/ImageBlock.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public void buildConfiguration(Table table){
imageShow.addCloseButton();
imageShow.cont.image(Core.atlas.find(imagePath));
imageShow.show();
});
}).size(40f);
}
}
}

0 comments on commit 008c0cf

Please sign in to comment.