Giving NPC names now possible

This commit is contained in:
Yannik
2023-05-27 13:40:11 +02:00
parent 6753c437d1
commit 08d795402d
4 changed files with 35 additions and 12 deletions

View File

@@ -7,7 +7,6 @@ body {
color-scheme: dark;
background-color: black;
color: white;
text-align: center;
font-family: pixel-font;
}
@@ -20,6 +19,13 @@ body {
transform: translate(-50%, -50%);
}
#title {
font-size: 30px;
text-decoration: underline;
margin: 0;
position: absolute;
}
#dlg-text {
text-align: left;
font-size: 40px;