Maelstrom: Added a note that all players must have the same sprite artwork

From bd6094b215b0586c1c92f45c23ea0d3c3d06c258 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Sun, 29 Mar 2026 14:05:16 -0700
Subject: [PATCH] Added a note that all players must have the same sprite
 artwork

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 8861235d..bc68f0cb 100644
--- a/README.md
+++ b/README.md
@@ -47,12 +47,16 @@ The classic easter eggs from the original game are all there, and it's up to you
 
 ### Addons
 
+The art and sounds for the game are in the Data directory and can be freely modified for your own use.
+
 If you have access to the original sound and sprite packs for Maelstrom, you can build Maelstrom from source and use the included tool `macres` to unpack them into the Data directory to change the art and sounds for the game:

macres --export ‘%Maelstrom Sprites’ Data
macres --export ‘%Maelstrom Sounds’ Data


+If you play network multiplayer, all players must have the same set of sprites, otherwise the games will get out of sync.
+
---

Enjoy!