From 440938288a7d219b584a0f367279072012ccede9 Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Sun, 24 Aug 2025 21:02:03 +1000 Subject: [PATCH] Update project.godot --- src/SharpIDE.Godot/project.godot | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/SharpIDE.Godot/project.godot b/src/SharpIDE.Godot/project.godot index 8b0455f..493360e 100644 --- a/src/SharpIDE.Godot/project.godot +++ b/src/SharpIDE.Godot/project.godot @@ -17,6 +17,10 @@ run/max_fps=157 run/low_processor_mode=true config/icon="res://icon.svg" +[display] + +window/energy_saving/keep_screen_on=false + [dotnet] project/assembly_name="SharpIDE.Godot"