Quests system + Elimination quest
This commit is contained in:
parent
30e53f858f
commit
2bca6b2fe5
6 changed files with 92 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ text = "About this station"
|
|||
script = ExtResource("3_63o1s")
|
||||
|
||||
[node name="Footer" type="Label" parent="MainMenu"]
|
||||
layout_mode = 0
|
||||
offset_top = 576.0
|
||||
offset_right = 640.0
|
||||
offset_bottom = 640.0
|
||||
|
|
@ -118,6 +119,7 @@ offset_right = 320.0
|
|||
offset_bottom = 512.0
|
||||
|
||||
[node name="BuyList" type="ItemList" parent="TradingMenu"]
|
||||
layout_mode = 0
|
||||
offset_left = 320.0
|
||||
offset_top = 64.0
|
||||
offset_right = 640.0
|
||||
|
|
@ -133,6 +135,7 @@ placeholder_text = "Amount to buy"
|
|||
alignment = 1
|
||||
|
||||
[node name="BuyInput" type="LineEdit" parent="TradingMenu"]
|
||||
layout_mode = 0
|
||||
offset_left = 320.0
|
||||
offset_top = 512.0
|
||||
offset_right = 480.0
|
||||
|
|
@ -149,6 +152,7 @@ offset_bottom = 576.0
|
|||
text = "Buy selected item"
|
||||
|
||||
[node name="SellButton" type="Button" parent="TradingMenu"]
|
||||
layout_mode = 0
|
||||
offset_left = 480.0
|
||||
offset_top = 512.0
|
||||
offset_right = 639.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue