init
This commit is contained in:
parent
54f5313273
commit
b49080f675
83 changed files with 2083 additions and 0 deletions
7
Obstacle.cpp
Normal file
7
Obstacle.cpp
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
//
|
||||
// Created by Benjamin on 1/27/2022.
|
||||
//
|
||||
|
||||
#include "Obstacle.h"
|
||||
|
||||
Obstacle::Obstacle(const sf::Texture &texture) : Sprite(texture) {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue