basic movement

This commit is contained in:
2026-03-14 22:27:54 +01:00
parent b19f595daf
commit 2983b919cd
24 changed files with 368 additions and 57 deletions

View File

@@ -16,5 +16,6 @@ namespace Game::AGame {
private:
Object::Sound mSound;
float mSpeed = 200.f; // Pixels per second
};
}