start formatting npc intro page
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good

This commit is contained in:
austin 2025-05-05 20:45:25 -04:00
parent e3ab44227f
commit e706c69c75
2 changed files with 11 additions and 2 deletions

View File

@ -3,6 +3,14 @@ testClass {
margin-top: "50px"; margin-top: "50px";
margin-left: "50px"; margin-left: "50px";
} }
mainPanel {
margin-top: 50px;
margin-right: 50px;
margin-bottom: 50px;
margin-left: 50px;
}
</style> </style>
<div class="mainPanel">
<p class="testClass">Hello!</p> <p class="testClass">Hello!</p>
<button onclick="openDiag('Data/menu/testwindow.html')">Test button!</button> <button onclick="openDiag('Data/menu/testwindow.html')">Test button!</button>
</div>

View File

@ -1685,6 +1685,7 @@ Proof of concept of loading html to define ui
Styling support for html-defined menus Styling support for html-defined menus
Dynamic html-defined menus support button elements that call a client hook when clicked Dynamic html-defined menus support button elements that call a client hook when clicked
Dynamic menu navigation between windows Dynamic menu navigation between windows
Starting formatting npc intro page