From 0aad778336ef25336ca51611419b306aff9020ab Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Thu, 13 Jan 2022 19:21:04 +0100 Subject: this is starting to get boring.ill see --- src/gameplay.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/gameplay.hpp') diff --git a/src/gameplay.hpp b/src/gameplay.hpp index a759f42..6fadb79 100644 --- a/src/gameplay.hpp +++ b/src/gameplay.hpp @@ -27,6 +27,9 @@ // player textures #define MUCHACHO_TEX "../meta/media/sprites/cowboy_idle.png" +// crosshair +#define CROSSHAIR_TEX "../meta/media/sprites/crosshair.png" + // bad boy textures #define SBIRE_TEX_IDLE "../meta/media/sprites/sbire_idle.png" #define SBIRE_TEX_HURT "../meta/media/sprites/sbire_hurt.png" @@ -61,6 +64,8 @@ class Game { Vector2 origin; + Texture2D crosshair; + public: Game(std::string const& path); ~Game(); -- cgit v1.2.3