Dev Log #31
.
I AM FINISHED!!!
.
Well, pretty much at least.
.
Today I:
Completed the Waiver
Made some more levels
I made it so that the text box works with word wrap, enter key and backspace key.
.
I did this by splitting the text into words and lines, then checking each word’s width against the rect boundaries.
.
If the word exceeds the boundaries x, the texts’ x position is reset and the Y-coordinate is incremented, creating a new line.
.
The Enter key creates a new line by resetting x and incrementing y, while Backspace removes the last character from the text string, preventing it from being displayed.
.
The waiver now checks if all fields are filled and allows you to press a button that is connected to a hyperlink that will, in the future, take you to a video created my me showing how each level is complete.
.
Also made 12 levels today, each new feature is slowly implemented one at time.
.
That’s all for today.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.