From 5f341eacdf0d75a4b334969a2d8a4701d61e4d9e Mon Sep 17 00:00:00 2001 From: quou Date: Sun, 7 May 2023 12:53:46 +1000 Subject: Add waves and stuff. --- player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player.h') diff --git a/player.h b/player.h index 86a0426..1025eb8 100644 --- a/player.h +++ b/player.h @@ -6,7 +6,7 @@ struct World; typedef struct { int entity; int face; - int ldx, ldy; + int ldx, ldy, sdx, sdy; int shoot_cooldown; int shoot_countdown; int hp; -- cgit v1.2.3-54-g00ecf