Var transparent mode (#444)

* allowed and enabled per_pixel_transparency

* Added a Transparency menu

* Added an Alternate screen for transparency

* Added transparency methods

Added the transparency methods plus modified fullscreen such that it resets transparency on toggling hence, Removing the issue of blackness

* Modified the shader to allow transparency

* Added a material to ViewportContainer

Fixed the bug that darkens image when decreasing opacity

* Update Global.gd

* Update Main.gd

* Update TopMenuContainer.gd
This commit is contained in:
Variable 2021-02-02 15:29:19 +00:00 committed by GitHub
parent 40f6a24fdc
commit dc469dd4b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 85 additions and 2 deletions

View file

@ -138,6 +138,8 @@ gdscript/warnings/return_value_discarded=false
window/size/width=1280
window/size/height=720
window/per_pixel_transparency/allowed=true
window/per_pixel_transparency/enabled=true
[importer_defaults]