7 lines
No EOL
195 B
C++
7 lines
No EOL
195 B
C++
//
|
|
// Created by Benjamin on 1/26/2022.
|
|
//
|
|
|
|
#include "Terrain.h"
|
|
|
|
Terrain::Terrain(sf::Texture &texture, float x, float y, float scale, int origin) : Sprite(texture, x, y, scale, origin) {} |