2024-09-23 00:31:17
All checks were successful
sync / build (push) Successful in 49s

This commit is contained in:
actions[bot]
2024-09-23 00:31:17 +00:00
parent e1727eeee8
commit 8ac6b5e8e6
16 changed files with 2426 additions and 23 deletions

View File

@@ -551,6 +551,37 @@ guiTypes = {
buttonText = "[modoption_btn_8]"
clicksound = click_close
}
instantTextboxType = {
name = "modoption_title9"
position = { x = 50 y = 880 }
Orientation = UPPER_LEFT
font = "hoi_24header"
text = "modoption_title9"
maxWidth = 300
maxHeight = 100
format = left
fixedsize=yes
}
instantTextboxType = {
name = "modoption_text9"
position = { x = 50 y = 920 }
Orientation = UPPER_LEFT
font = "hoi_20b"
text = "modoption_text9"
maxWidth = 410
maxHeight = 600
format = left
fixedsize=yes
}
buttonType = {
name = "modoption_button9_on"
position = { x = 310 y = 890 }
quadTextureSprite ="GFX_az_smallbutton1"
buttonFont = "hoi_16mbs"
buttonText = "[modoption_btn_9]"
clicksound = click_close
}
instantTextboxType = {