diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-09-06 00:31:07 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-09-06 00:31:07 +0200 |
| commit | 000f1c89ce7505b7d0d59af86c5ab5be2cfca54e (patch) | |
| tree | e4e8d5f44615450df66143474c090b3e14b54e6b /project.godot | |
| parent | f20bd89dc4a7bf14a88b1effcaa1887b29314525 (diff) | |
| download | texty-000f1c89ce7505b7d0d59af86c5ab5be2cfca54e.tar.xz texty-000f1c89ce7505b7d0d59af86c5ab5be2cfca54e.zip | |
game: reorganize global structure
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" |
