Archived
0

add time left to missions

This commit is contained in:
iMoHax
2015-11-20 16:15:10 +03:00
parent 28434db790
commit 0efba4b81b
5 changed files with 32 additions and 13 deletions

View File

@@ -42,6 +42,8 @@
</ComboBox>
<Label GridPane.rowIndex="3" text="%missions.label.quantity"/>
<NumberField fx:id="quantity" GridPane.rowIndex="3" GridPane.columnIndex="1" value="0"/>
<Label GridPane.rowIndex="4" text="%missions.label.reward"/>
<NumberField fx:id="reward" GridPane.rowIndex="4" GridPane.columnIndex="1" value="0" />
<Label GridPane.rowIndex="4" text="%missions.label.leftTime"/>
<NumberField fx:id="leftTime" GridPane.rowIndex="4" GridPane.columnIndex="1" value="0" />
<Label GridPane.rowIndex="5" text="%missions.label.reward"/>
<NumberField fx:id="reward" GridPane.rowIndex="5" GridPane.columnIndex="1" value="0" />
</GridPane>