diff options
author | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 14:16:48 -0600 |
---|---|---|
committer | Zoey Kitt <zoey.kitt@outlook.com> | 2024-11-16 14:16:48 -0600 |
commit | 614d5811cf43f2d35658a74cb3d6ea7215266f15 (patch) | |
tree | d930a9eadf9e8500ba00de19257b31daf0739e43 /project.godot | |
parent | c8ae63405f594d5fca1518283c68e719602a55d8 (diff) | |
parent | aacf95aab9f2bec6c9f8676960122bcfa440bb9f (diff) |
Merge branch 'main' into globaaaals
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/project.godot b/project.godot index 8c91a0f..84cd446 100644 --- a/project.godot +++ b/project.godot @@ -21,6 +21,7 @@ window/size/viewport_width=1280 window/size/viewport_height=720 window/subwindows/embed_subwindows=false window/stretch/mode="canvas_items" +window/per_pixel_transparency/allowed=true [input] @@ -34,3 +35,4 @@ G={ renderer/rendering_method="gl_compatibility" renderer/rendering_method.mobile="gl_compatibility" +viewport/transparent_background=true |