From 24b72170d34cee515398f206f087bfeafc7b6b55 Mon Sep 17 00:00:00 2001 From: quou Date: Fri, 11 Oct 2024 21:43:36 +1100 Subject: game is pretty much done kek --- world.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'world.h') diff --git a/world.h b/world.h index a0f6506..59faa69 100644 --- a/world.h +++ b/world.h @@ -23,7 +23,7 @@ typedef struct World { Player player; Laser laser; Map map; - int frame, freeze; + int frame, freeze, kills; } World; void init_world(World* w); -- cgit v1.2.3-54-g00ecf