Skip to content

Commit

Permalink
added logo
Browse files Browse the repository at this point in the history
  • Loading branch information
HIMISOCOOL committed Oct 30, 2014
1 parent 497d648 commit 984a406
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added resources/images/RealStandardStudios Logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/view/partials/OtherCharacterPartial.fxml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<?import javafx.scene.image.*?>
<?import java.lang.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
Expand All @@ -19,5 +20,10 @@
</font>
</Button>
<Button font="$x1" layoutX="228.0" layoutY="646.0" mnemonicParsing="false" onAction="#handleNewCharacterAction" text="New Character" />
<ImageView fitHeight="150.0" fitWidth="563.0" layoutX="511.0" layoutY="23.0" pickOnBounds="true" preserveRatio="true">
<image>
<Image url="@../../../resources/images/RealStandardStudios%20Logo.jpg" />
</image>
</ImageView>
</children>
</AnchorPane>

0 comments on commit 984a406

Please sign in to comment.