Update Logic

2026-07-31 09:09:05 -04:00
parent 76947d1aaa
commit aa458e80e9
+4 -16
@@ -1,21 +1,9 @@
# Logic by GDevelop Scenes # Logic by GDevelop Scenes
Most logic happens on a single Event Sheet and is linked to on from other sheets. This allows for all of the code to be in one place and adding new scenes quite easy. Most logic for the gameplay happens on a single Event Sheet and is linked to on from other sheets. This allows for all of the code to be in one place and adding new scenes quite easy. The exceptions to this are the Login and Register scenes. Each separate map also has some logic on its own for spawning, but this is kept very minimal.
Follow the links below for the screenshots of each scene and its event sheet
## Login Screen
The login screen has a few simple elements:
- Title Text object
- username input field
- password input field
- Login button
- Register button
It also houses a couple more text elements for reporting the server status:
- Json-server: online/offline
- MQTT broker: online/offline
# On Register Button Clicked