Skip to content

Commit

Permalink
Removed a high - res image to fix a memory heap
Browse files Browse the repository at this point in the history
  • Loading branch information
karakasis committed Mar 9, 2019
1 parent e676bf1 commit a6f556e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified src/icons/5a1d1fda14de03.2056359715118581380855.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/poe/level/fx/POELevelFx.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class POELevelFx extends Application {
/*************************************************************************************/
/* Update this when you are pushing a new release version, must match the GitHub release name!
**************************************************************************************/
public static final String version = "v0.72-beta";
public static final String version = "v0.73-beta";


public static boolean DEBUG = false;
Expand Down
4 changes: 2 additions & 2 deletions src/poe/level/fx/overlay/ZoneOverlay.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.text.Font?>

<AnchorPane id="AnchorPane" fx:id="root" maxHeight="169.0" maxWidth="-Infinity" minHeight="169.0" minWidth="-Infinity" prefHeight="169.0" style="-fx-background-color: rgba(0, 0, 0, 0);" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="poe.level.fx.overlay.ZoneOverlay_Controller">
<AnchorPane id="AnchorPane" fx:id="root" maxHeight="169.0" maxWidth="-Infinity" minHeight="169.0" minWidth="-Infinity" prefHeight="169.0" style="-fx-background-color: transparent;" xmlns="http://javafx.com/javafx/8.0.171" xmlns:fx="http://javafx.com/fxml/1" fx:controller="poe.level.fx.overlay.ZoneOverlay_Controller">
<children>
<HBox fx:id="container" layoutY="2.0" maxHeight="144.0" minHeight="144.0" prefHeight="144.0" AnchorPane.bottomAnchor="25.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<HBox fx:id="container" layoutY="2.0" maxHeight="144.0" minHeight="144.0" prefHeight="144.0" style="-fx-background-color: transparent;" AnchorPane.bottomAnchor="25.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<children>
<Label maxHeight="144.0" maxWidth="256.0" minHeight="144.0" minWidth="-Infinity" prefHeight="144.0" prefWidth="256.0" style="-fx-background-color: rgba(0, 0, 0, 0.4);" text="Look for waypoint first, then find Fairgraves, and move away from the plateau, generally up or down. Find the Cave entrance, leave a portal for later and find the next wack to the Cavern of Wrath." textAlignment="CENTER" textFill="WHITE" wrapText="true">
<font>
Expand Down

0 comments on commit a6f556e

Please sign in to comment.