start formatting npc intro page
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
This commit is contained in:
parent
e3ab44227f
commit
e706c69c75
@ -3,6 +3,14 @@ testClass {
|
||||
margin-top: "50px";
|
||||
margin-left: "50px";
|
||||
}
|
||||
mainPanel {
|
||||
margin-top: 50px;
|
||||
margin-right: 50px;
|
||||
margin-bottom: 50px;
|
||||
margin-left: 50px;
|
||||
}
|
||||
</style>
|
||||
<p class="testClass">Hello!</p>
|
||||
<button onclick="openDiag('Data/menu/testwindow.html')">Test button!</button>
|
||||
<div class="mainPanel">
|
||||
<p class="testClass">Hello!</p>
|
||||
<button onclick="openDiag('Data/menu/testwindow.html')">Test button!</button>
|
||||
</div>
|
||||
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user