Quest generating + quest adding interface + some bugfixes
This commit is contained in:
parent
008e74eba3
commit
f4cf1ef4e9
7 changed files with 71 additions and 20 deletions
|
|
@ -192,6 +192,7 @@ script = ExtResource("2_ld3o5")
|
|||
|
||||
[node name="CurrentQuest" type="NinePatchRect" parent="QuestMenu"]
|
||||
visible = false
|
||||
layout_mode = 0
|
||||
offset_left = 64.0
|
||||
offset_top = 64.0
|
||||
offset_right = 576.0
|
||||
|
|
@ -204,6 +205,7 @@ patch_margin_right = 2
|
|||
patch_margin_bottom = 2
|
||||
|
||||
[node name="Header" type="Label" parent="QuestMenu/CurrentQuest"]
|
||||
layout_mode = 0
|
||||
offset_right = 512.0
|
||||
offset_bottom = 64.0
|
||||
text = "Current Quest Status"
|
||||
|
|
@ -236,6 +238,7 @@ offset_bottom = 511.0
|
|||
text = "Abandon quest"
|
||||
|
||||
[node name="CompleteQuest" type="Button" parent="QuestMenu/CurrentQuest"]
|
||||
layout_mode = 0
|
||||
offset_left = 256.0
|
||||
offset_top = 448.0
|
||||
offset_right = 511.0
|
||||
|
|
@ -245,6 +248,7 @@ text = "Complete quest"
|
|||
|
||||
[node name="NewQuest" type="NinePatchRect" parent="QuestMenu"]
|
||||
visible = false
|
||||
layout_mode = 0
|
||||
offset_left = 64.0
|
||||
offset_top = 64.0
|
||||
offset_right = 576.0
|
||||
|
|
@ -257,6 +261,7 @@ patch_margin_right = 2
|
|||
patch_margin_bottom = 2
|
||||
|
||||
[node name="Header" type="Label" parent="QuestMenu/NewQuest"]
|
||||
layout_mode = 0
|
||||
offset_right = 512.0
|
||||
offset_bottom = 64.0
|
||||
text = "New Quest"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue