feat(credits): add ESC key handling; remove about tab from dev panel

This commit is contained in:
2026-07-14 17:11:37 +08:00
parent e911413d84
commit 03e7b13dd1
4 changed files with 9 additions and 36 deletions

View File

@@ -53,7 +53,6 @@ private:
int m_samples_idx = 1;
int m_threads = 1;
int m_chunk_style = 0;
void show_about_table_bar();
void show_biome_table_bar();
void show_time_table_bar();
void show_cave_table_bar();

View File

@@ -11,6 +11,7 @@ public:
void init() override;
private:
bool handle_key_event(const KeyEvent& e) override;
CreditsScene& m_scene;
};
} // namespace Cubed