24 lines
413 B
Plaintext
24 lines
413 B
Plaintext
type = custom_gui_screens
|
|
|
|
overridden_screens {
|
|
}
|
|
|
|
custom_gui {
|
|
identifier = credits
|
|
title = Credits
|
|
allow_esc = true
|
|
transparent_world_background = true
|
|
transparent_world_background_overlay = true
|
|
pause_game = true
|
|
}
|
|
|
|
custom_gui {
|
|
identifier = title_screen
|
|
title =
|
|
allow_esc = false
|
|
transparent_world_background = false
|
|
transparent_world_background_overlay = false
|
|
pause_game = false
|
|
}
|
|
|