From 000f1c89ce7505b7d0d59af86c5ab5be2cfca54e Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Tue, 6 Sep 2022 00:31:07 +0200 Subject: game: reorganize global structure --- project.godot | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'project.godot') 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" -- cgit v1.2.3