Some more terrain painting

This commit is contained in:
Jan Mrna
2025-09-29 06:24:22 +02:00
parent b6d24da982
commit 1779fde397
7 changed files with 48 additions and 10 deletions

View File

@@ -60,7 +60,7 @@ Sprite &Player::GetSprite() {
void Player::LoadResources() {
m_Sprite =
std::make_unique<Sprite>("resources/player.png", WorldPos{38.0f, 46.0f});
std::make_unique<Sprite>("resources/player.png", WorldPos{19.0f, 23.0f});
}
std::unique_ptr<Sprite> Player::m_Sprite;