got basic ui elmental interaction working, + alignment of anchor

This commit is contained in:
2024-03-02 10:24:09 -05:00
parent 1e5773e486
commit 035c726a71
24 changed files with 722 additions and 202 deletions

View File

@ -112,6 +112,8 @@ State :: struct {
engine_refresh_hz : i32,
engine_refresh_target : i32,
frametime_delta_ns : Duration,
font_firacode : FontID,
font_squidgy_slimes : FontID,
font_rec_mono_semicasual_reg : FontID,
@ -178,6 +180,7 @@ DebugData :: struct {
mouse_vis : b32,
last_mouse_pos : Vec2,
frame_1_on_top : b32,
zoom_target : f32,
frame_2_created : b32,
}