I started with changing the login a little bit. Now you get an error if the username or the password is missing or it’s incorrect.
The main part of this devlog was the bottom bar which will be the way to navigate. Currently I have following buttons: timetable (the main one), customize (where you can customize your timetable), upcoming events (like exams or important things), news (i am not sure about that, maybe a placeholder) and settings (where you can change settings)
I want that if you click on a button, for exampel the settings button, the button should be different (highlight). First I thougt, lets make the texture button change its texture. That seemed like complicated work. But i realized i could set the disabled texture to the highlight texture and then when the button is clicked, the button gets disabled (via code) and therefore is highlighted. yay
for now all the buttons lead to the timetable page, but this will change. The buttons are equally seperated and centered, i am not sure about the thickness though
Log in to leave a comment