Skip to content

Commit 4ef4b2a

Browse files
committed
Redesign settings overlay: vertical tabs, reorganized categories, refined header/content
1 parent 1bd7238 commit 4ef4b2a

2 files changed

Lines changed: 400 additions & 249 deletions

File tree

crates/renzora_editor_framework/src/settings.rs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ use bevy::prelude::*;
44
#[derive(Debug, Clone, Copy, PartialEq, Eq, Default)]
55
pub enum SettingsTab {
66
#[default]
7-
General,
7+
Project,
8+
Interface,
9+
Editor,
810
Viewport,
11+
Scripting,
12+
Assets,
13+
Input,
914
Shortcuts,
1015
Theme,
11-
Input,
1216
Plugins,
1317
}
1418

0 commit comments

Comments
 (0)