You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really great to do conditional text on pages. I believe I've been reluctant to include it because I want to keep Gamebook Engine relatively simple, and believe that being constrained forces creativity and so on. But at the same time, it's annoying to have to create two different decisions that lead to two different pages. On the other hand, having to write two separate pages may inspire you creatively... I don't know!
If we were to consider conditional page content, I think a change to a block-based data model for pages would be good. For example...
We can imagine other types of blocks... {"type": "image", "url": "https://..."} perhaps? (But obviously embedding images from the web isn't something that would actually work. Gamebooks with images would have to be distributed in a zip/container similar to Apple Work suite files... anyway...)
The text was updated successfully, but these errors were encountered:
amiantos
changed the title
Conditional Text / Page Data Model Changes
Conditional Text / Page Data Model Changes / Image Support (?)
Apr 7, 2023
We can imagine other types of blocks...
{"type": "image", "url": "https://..."}
perhaps? (But obviously embedding images from the web isn't something that would actually work. Gamebooks with images would have to be distributed in a zip/container similar to Apple Work suite files... anyway...)The text was updated successfully, but these errors were encountered: