Change snake's tint based on player-id.

This commit is contained in:
2025-12-16 12:43:23 +01:00
parent 9dc13e3feb
commit 167c8a3ce3
3 changed files with 29 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ typedef enum {
typedef struct {
bool active;
// TODO: SS - Maybe add an ID here.
Entity_ID id;
Entity_Type type;