aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNielsCoding <n.stunnebrink@student.avans.nl>2023-02-15 21:23:21 +0100
committerNielsCoding <n.stunnebrink@student.avans.nl>2023-02-15 21:23:21 +0100
commit0d601478e7809958a9f30d83a38428d401aa538a (patch)
tree814f140a3ed4d954bea0fc6684a7879243a647fd
parentc2071c621b4146ff7c6f918e86728237c9ff7c44 (diff)
architecture
-rw-r--r--docs/architecture.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/architecture.md b/docs/architecture.md
index 4ebc674..635d8f8 100644
--- a/docs/architecture.md
+++ b/docs/architecture.md
@@ -277,4 +277,9 @@ These signals will be generated using PWM, this allows a digital signal to act a
![Audio signal with PWM](../assets/audioPWM.svg)
This figure shows an example signal (in blue), created by the FPGA. and the corresponding analog signal (in red).
+# level design
+To create sprites the program to be used is aseprite, aseprite exports their sprite palette and puts them in our 2d map editor. For creating 2d levels were using Tiled as our 2d map editor. With this software, we can create and export our maps with our preferred technique. indexes are the technique we’re using to export our levels from the microcontroller to the FPGA. Below you see a picture explaining what indexes are and how they are implemented.
+![Indexed color example](../assets/indexes.PNG)
+
+What kind of data type a specific index is and how large a number can go up to hasn't been decided yet. But I think it is going to be hexadecimal with around the size of 8 to 12 bits( two / three hexadecimal).