As a game designer,
I want to see the list of texts,
so that I know what texts are in my game.
Acceptance criteria:
- All texts from texts.json are listed
- All locally created texts are listed
- Cypress test written
Notes:
- Carefully consider UX first
- The id of each text is the id of an item/furniture
When developing Lätkäzombit, we created a text matrix in Google sheets, with all the inventory items in one axis and interaction items and furniture on the second axis. Each cell would the contain what the "drag item with item/furniture" interaction text would be. (There would also be a row for just clicking the item/furniture, which would contain the examine texts). This sort of a view might be quite useful, though the matrix easily gets quite large.
As a game designer,
I want to see the list of texts,
so that I know what texts are in my game.
Acceptance criteria:
Notes:
When developing Lätkäzombit, we created a text matrix in Google sheets, with all the inventory items in one axis and interaction items and furniture on the second axis. Each cell would the contain what the "drag item with item/furniture" interaction text would be. (There would also be a row for just clicking the item/furniture, which would contain the examine texts). This sort of a view might be quite useful, though the matrix easily gets quite large.