diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-10-29 23:05:38 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2022-10-29 23:05:38 +0100 |
| commit | 553e6d8a818a33195dbf1d01cb517e46fac7996e (patch) | |
| tree | c1b5fc0292fcbe3f9f3cd5e5b0e118e4b40c1102 /project.godot | |
| parent | 8c87383e13205c506fd253e846f69e0b4af07432 (diff) | |
Add death screen
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/project.godot b/project.godot index a6eab52..035fc3a 100644 --- a/project.godot +++ b/project.godot @@ -25,6 +25,10 @@ window/size/height=720 window/stretch/mode="2d" window/stretch/aspect="keep" +[global] + +fonts=false + [gui] common/drop_mouse_on_gui_input_disabled=true |
