Build first scene skeleton

This commit is contained in:
2026-06-09 13:56:30 +08:00
parent 3c5a4968ba
commit 51f1bdd166
11 changed files with 270 additions and 44 deletions
+2
View File
@@ -15,6 +15,8 @@ public:
private:
void drawCollision(const LevelDefinition& level) const;
void drawActorBounds(const frostbite2D::Rect& bounds) const;
void drawBattleZones(const LevelDefinition& level) const;
void drawSpawnPoints(const LevelDefinition& level) const;
};
} // namespace ns_game