From 1f888d0e3b0ef7b19b38089c103e3d4b81d28d81 Mon Sep 17 00:00:00 2001 From: Jesse Howard Date: Fri, 31 Jul 2026 09:30:57 -0400 Subject: [PATCH] Add Functions Scene --- Functions-Scene.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Functions-Scene.md diff --git a/Functions-Scene.md b/Functions-Scene.md new file mode 100644 index 0000000..7ad3efa --- /dev/null +++ b/Functions-Scene.md @@ -0,0 +1,11 @@ +## Functions Scene + +This is the scene where almost all of the gameplay logic is housed. There is no "scene", only the event sheet. This sheet will be linked to from each playable map. + + +### Event Sheet + +![Multiplayer Architecture](images/FunctionsEvents01.png) +![Multiplayer Architecture](images/FunctionsEvents02.png) +![Multiplayer Architecture](images/FunctionsEvents03.png) +![Multiplayer Architecture](images/FunctionsEvents04.png) \ No newline at end of file