From b228f04670968dbc4af63224a7b862a55eca23c4 Mon Sep 17 00:00:00 2001 From: dnesov Date: Tue, 24 Jun 2025 14:51:30 +0200 Subject: [PATCH] Update TODO --- TODO.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 6d8ab48..ab545bc 100644 --- a/TODO.md +++ b/TODO.md @@ -81,4 +81,7 @@ - ~~Move layouting to Render instead of Update, use Update for input.~~ - Input propagation - Basic input elements (button, text field, toggle). -- Styling. +- Styling + - Add style settings for UI panels (for buttons, labels, etc.). + - Find a way to reference external assets in the style (fonts, textures). + - Create a default style for widgets. \ No newline at end of file