Skip to content

Commit

Permalink
FEAT: Add new overlays (#1101)
Browse files Browse the repository at this point in the history
Add new set of overlays:
- GBA_REAL made by me: realistic and bright pixel grid overlays for GBA,
with or without GBA logo
- Perfect_CRT made by 1playerinsertcoin: realistic and bright CRT
overlay with scanlines and phosphor effect without color deviation, with
or without rounded frame

For the Perfect_CRT one its author gave me its consent for this PR here:
https://www.reddit.com/r/MiyooMini/comments/15gq899/comment/juoftas/?context=3,
and I credited him in the commit

---------

Co-authored-by: 1playerinsertcoin <[email protected]>
  • Loading branch information
sinedied and 1playerinsertcoin authored Sep 21, 2023
1 parent 6a91eda commit dc96ee0
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
overlay0_overlay = Perfect_CRT-noframe.png
overlay0_descs = "0"
overlay0_full_screen = "true"
overlay0_name = "overlay0"
overlay0_normalized = "true"
overlays = "1"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
overlay0_overlay = Perfect_CRT.png
overlay0_descs = "0"
overlay0_full_screen = "true"
overlay0_name = "overlay0"
overlay0_normalized = "true"
overlays = "1"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
overlays = 1
overlay0_overlay = GBA_REAL_3x-clean.png
overlay0_full_screen = false
overlay0_descs = 0
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
overlays = 1
overlay0_overlay = GBA_REAL_3x-logo.png
overlay0_full_screen = false
overlay0_descs = 0
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dc96ee0

Please sign in to comment.