Skip to content

Commit

Permalink
TEMP Include old/new activity_desc for testing
Browse files Browse the repository at this point in the history
Remove this commit later
  • Loading branch information
wapcaplet committed Feb 5, 2022
1 parent 4b757c0 commit 51304ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions data/json/ui/activity.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
{
"id": "activity_desc_old",
"type": "widget",
"label": "ActText",
"style": "text",
"var": "activity_text"
},
{
"id": "activity_desc",
"type": "widget",
Expand Down
2 changes: 1 addition & 1 deletion data/json/ui/layout.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"style": "layout",
"label": "Stamina/Weariness",
"arrange": "rows",
"widgets": [ "stamina_graph", "activity_desc", "weariness_desc", "weary_malus_desc" ]
"widgets": [ "stamina_graph", "activity_desc_old", "activity_desc", "weariness_desc", "weary_malus_desc" ]
},
{
"id": "mood_focus_layout",
Expand Down

0 comments on commit 51304ae

Please sign in to comment.