cleanup sprite pal and overworld editor

This commit is contained in:
scawful
2024-07-22 19:26:15 -04:00
parent b887771593
commit 90933517c4
6 changed files with 77 additions and 96 deletions

View File

@@ -59,7 +59,7 @@ class Sprite : public OverworldEntity {
auto Width() const { return bounding_box_.w; }
auto Height() const { return bounding_box_.h; }
std::string& Name() { return name_; }
auto name() { return name_; }
auto deleted() const { return deleted_; }
auto set_deleted(bool deleted) { deleted_ = deleted; }