Add spiders

This commit is contained in:
2025-05-31 18:54:22 +02:00
parent b18543e04e
commit 6eb5046523
7 changed files with 88 additions and 19 deletions

View File

@@ -16,6 +16,6 @@ struct SdlHandles
struct Game
{
uint32_t ticks;
uint32_t time;
uint32_t score;
int32_t time;
int32_t score;
};