mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +01:00
Disable editing page values
This commit is contained in:
parent
586f446408
commit
b774c119f8
1 changed files with 2 additions and 2 deletions
|
@ -753,13 +753,13 @@ screen file_slots(title, flag=False):
|
||||||
## buttons do.
|
## buttons do.
|
||||||
order_reverse True
|
order_reverse True
|
||||||
|
|
||||||
## The page name, which can be edited by clicking on a button.
|
## The page name
|
||||||
button:
|
button:
|
||||||
style "page_label"
|
style "page_label"
|
||||||
|
|
||||||
key_events True
|
key_events True
|
||||||
xalign 0.5
|
xalign 0.5
|
||||||
action page_name_value.Toggle()
|
#action page_name_value.Toggle()
|
||||||
|
|
||||||
input:
|
input:
|
||||||
style "page_label_text"
|
style "page_label_text"
|
||||||
|
|
Loading…
Reference in a new issue