snipped unused code for showing the version number in the main menu
This commit is contained in:
parent
c89e972253
commit
061bd6fb92
2 changed files with 1 additions and 13 deletions
14
screens.rpy
14
screens.rpy
|
|
@ -429,19 +429,7 @@ screen main_menu():
|
||||||
## The use statement includes another screen inside this one. The actual
|
## The use statement includes another screen inside this one. The actual
|
||||||
## contents of the main menu are in the navigation screen.
|
## contents of the main menu are in the navigation screen.
|
||||||
use navigation
|
use navigation
|
||||||
|
|
||||||
if gui.show_name:
|
|
||||||
|
|
||||||
vbox:
|
|
||||||
style "main_menu_vbox"
|
|
||||||
|
|
||||||
text "[config.name!t]":
|
|
||||||
style "main_menu_title"
|
|
||||||
|
|
||||||
text "[config.version]":
|
|
||||||
style "main_menu_version"
|
|
||||||
|
|
||||||
|
|
||||||
style main_menu_frame is empty
|
style main_menu_frame is empty
|
||||||
style main_menu_vbox is vbox
|
style main_menu_vbox is vbox
|
||||||
style main_menu_text is gui_text
|
style main_menu_text is gui_text
|
||||||
|
|
|
||||||
BIN
screens.rpyc
BIN
screens.rpyc
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue