summaryrefslogtreecommitdiffhomepage
path: root/Player.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-25 00:18:36 +0200
committerAki <please@ignore.pl>2022-04-25 00:18:36 +0200
commit63c64254a80564e11987ba4af289cf8d47774668 (patch)
tree046abd3203e9e236f7937e7d7cc55a65f82e4278 /Player.h
parent88d53cab4e10aed6cdae443aa66136add99562bb (diff)
downloadbullethell2022-63c64254a80564e11987ba4af289cf8d47774668.zip
bullethell2022-63c64254a80564e11987ba4af289cf8d47774668.tar.gz
bullethell2022-63c64254a80564e11987ba4af289cf8d47774668.tar.bz2
Added move constraints
Diffstat (limited to 'Player.h')
-rw-r--r--Player.h1
1 files changed, 1 insertions, 0 deletions
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<Controller> m_controller;
};