Skip to content

Icon checking updation

Latest
Compare
Choose a tag to compare
@sandeepyadav1478 sandeepyadav1478 released this 22 Jun 14:54
· 10 commits to main since this release
545eb1e
from genericpath import exists
# adding icon
if exists(icon_loc):pg.display.set_icon(pg.image.load(icon_loc))
from pygame import NOFRAME
# surface without frame
screen = pg.display.set_mode((perc_width(75), perc_width(33)),NOFRAME)