From 38287a5a739ed80857c97bba8e193a765d974529 Mon Sep 17 00:00:00 2001 From: esquizo Date: Mon, 4 May 2026 07:29:36 -0300 Subject: sistema de vida --- dat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dat.h') diff --git a/dat.h b/dat.h index 9e69970..3c7bd7c 100644 --- a/dat.h +++ b/dat.h @@ -18,6 +18,8 @@ typedef struct { bool active; Body body; float time; + float life; + bool alive; } Entity; typedef struct { -- cgit v1.2.3