From e706c69c7508df49c01578fe03c7fe55fa7811b9 Mon Sep 17 00:00:00 2001 From: austin Date: Mon, 5 May 2025 20:45:25 -0400 Subject: [PATCH] start formatting npc intro page --- assets/Data/menu/npcintro.html | 12 ++++++++++-- docs/src/progress/renderertodo.md | 1 + 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/assets/Data/menu/npcintro.html b/assets/Data/menu/npcintro.html index 92ae389d..983bac06 100644 --- a/assets/Data/menu/npcintro.html +++ b/assets/Data/menu/npcintro.html @@ -3,6 +3,14 @@ testClass { margin-top: "50px"; margin-left: "50px"; } +mainPanel { + margin-top: 50px; + margin-right: 50px; + margin-bottom: 50px; + margin-left: 50px; +} -

Hello!

- \ No newline at end of file +
+

Hello!

+ +
\ No newline at end of file diff --git a/docs/src/progress/renderertodo.md b/docs/src/progress/renderertodo.md index 2a47251a..9bdd7a91 100644 --- a/docs/src/progress/renderertodo.md +++ b/docs/src/progress/renderertodo.md @@ -1685,6 +1685,7 @@ Proof of concept of loading html to define ui Styling support for html-defined menus Dynamic html-defined menus support button elements that call a client hook when clicked Dynamic menu navigation between windows +Starting formatting npc intro page