diff options
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/project.godot b/project.godot index 3f00c81..72e325e 100644 --- a/project.godot +++ b/project.godot @@ -39,14 +39,17 @@ _global_script_class_icons={ [application] config/name="Texty" -run/main_scene="res://Scenes/Texty.tscn" +run/main_scene="res://Scenes/Game/Game.tscn" run/delta_sync_after_draw=true config/icon="res://icon.png" +[autoload] + +MonitorEffect="res://Scenes/MonitorEffect.tscn" + [display] -window/size/width=640 -window/size/height=480 +window/size/width=800 window/energy_saving/keep_screen_on=false window/stretch/mode="viewport" window/stretch/aspect="expand" @@ -76,4 +79,8 @@ common/enable_pause_aware_picking=true [rendering] +quality/driver/fallback_to_gles2=true +quality/intended_usage/framebuffer_allocation=0 +quality/intended_usage/framebuffer_allocation.mobile=0 +2d/snapping/use_gpu_pixel_snap=true environment/default_environment="res://default_env.tres" |
