Update Register Scene

2026-07-31 09:16:59 -04:00
parent 1e1b4cb6d7
commit 0f37bbab73
+23 -1
@@ -1 +1,23 @@
Welcome to the Wiki.
## Register Scene
The register screen is a little more involved than the login scene:
- Player sprite display
- Randomize button
- Username text input
- Two password text inputs
- Register button
- Back button
- Three text elements
1. Username is not avilable
2. Passwords do not match
3. Registration successful. Going back to login screen
### Scene
![Multiplayer Architecture](images/RegisterScene01.png)
### Event Sheet
![Multiplayer Architecture](images/RegisterEvents01.png)