From 63c64254a80564e11987ba4af289cf8d47774668 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 25 Apr 2022 00:18:36 +0200 Subject: Added move constraints --- Player.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Player.h') diff --git a/Player.h b/Player.h index b1cb629..d831234 100644 --- a/Player.h +++ b/Player.h @@ -18,6 +18,7 @@ struct Player float m_invulnerability; Vector2 m_position; Vector2 m_velocity; + Rectangle m_playground; std::unique_ptr m_controller; }; -- cgit v1.1