color scheme -> palette; fix eval/watch views after cleanup; make more progress on new palette system

This commit is contained in:
Ryan Fleury
2024-06-21 09:49:51 -07:00
parent 3b27abd5c7
commit fc77844452
11 changed files with 364 additions and 340 deletions
+2 -1
View File
@@ -30,7 +30,7 @@ UI_StackTable:
//- rjf: colors
{ Transparency transparency F32 0 }
{ Scheme scheme `UI_ColorScheme*` `&ui_g_nil_color_scheme` }
{ Palette palette `UI_Palette* ` `&ui_g_nil_palette` }
//- rjf: squish
{ Squish squish F32 0 }
@@ -41,6 +41,7 @@ UI_StackTable:
//- rjf: font
{ Font font F_Tag `f_tag_zero()` }
{ FontSize font_size F32 24.f }
{ RunFlags run_flags F_RunFlags 0 }
{ TabSize tab_size F32 `24.f*4.f` }
//- rjf: corner radii