Fix typo in Rich Text Label with BBCode

- Allow toggling pause by pressing the Pause key,
  in addition to the existing button.
This commit is contained in:
Hugo Locurcio
2023-07-05 15:23:15 +02:00
parent ea37c101e0
commit beaefdc0c0
2 changed files with 18 additions and 3 deletions

View File

@@ -20,9 +20,17 @@ config/tags=PackedStringArray("demo", "gui", "official")
[display]
window/vsync/vsync_mode=0
window/stretch/mode="canvas_items"
window/stretch/aspect="expand"
window/vsync/vsync_mode=0
[input]
toggle_pause={
"deadzone": 0.5,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":4194313,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null)
]
}
[memory]