PAT Devlogs #02 and #03: Lots of writing, lots of fixing
So, during the first few days I created some flowchart with arrows and texts, where should what text appear, what questions should pop up, what animations would be nice to be shown where? I was pretty certain about the images I wanted to show, but the arrangements and player choices do have a big impact on where to do what and when. It all has to find a good climax in the end, like a good old theatre play or movie scene or whatever media you prefer.
So I’ve spent some time there, brooding over it, asking friends for advice and finally putting everything into my game, step by step, learning how to put in bools, call functions and images and how to have branching paths.

Finally, I made the page on Itch.io and added an animated header! I was not really sure about it first, but now I really love the outcome. It is still set to private/draft, because I really do not want to publish it until it is done.
Bugs reported:
- If you click on “Start” before all buttons come up, the other two appear and don’t go away as the game starts
- NO > NO > YES / Q3 ends nowhere
- Options do not correctly function and are not attached to the header border
Bugs fixed:
- No offset to mouse when hovering over sprites and buttons anymore
- Text not blurry or too small anymore, pixel fix
Today (day 6) I mainly fixed the issue of the resizing - by putting in a Debug button. Not the best option, but I lack the knowledge to call the “reset” I put on the button correctly at the start of the application. I think it gets blocked by the resize call itself, so I would need a delay in the code - but how?
I will try to fix it during the day, but I also finally want the story to have an end. Currently there are three actual paths you can take during playing, but the outcome will probably stay the same.
Obligatory image attachment:


Fixed / Added:
- Added functionality to the mute button
- Options should work now
- Start button bug is fixed, all buttons disappear, no matter when you hit start
- Path Q3 fixed
- Added some more text lines
- Debug button to resize window
Bugs reported:
- Still resizing when restarting several times