Skip to content

Commit

Permalink
Add_README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kkong1007 committed Jun 12, 2022
1 parent f164cc7 commit 75e7012
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def __init__(self,screen):
)

self.mytheme.background_color = menu_image


#pvp 관련
self.pvpcharacter_data = PvpCharacterDataManager.load() #pvp 캐릭터 데이터
Expand Down Expand Up @@ -226,6 +227,7 @@ def main(self):

if __name__ == '__main__':
pygame.init()
pygame.mixer.music.stop()
infoObject = pygame.display.Info()
size = [int(infoObject.current_w*Display.w_init),int(infoObject.current_h*Display.h_init)] #사이즈 설정(w,h)
screen = pygame.display.set_mode(size,pygame.RESIZABLE) #창크기 조정 가능
Expand Down

0 comments on commit 75e7012

Please sign in to comment.