KarsonTheFoxx

Results 5 issues of KarsonTheFoxx

I just installed mcstatus onto my machine after a few months of unuse, however when i attempt to use the modules i get different errors depending on where i run...

I had the extension working in python, then i opened a new folder and the highlighting stopped, i have tried editing the settings.json and re-installing the extension

i installed both sdl1.2 and sdl2 and get errors on all lines involving sdl `fatal error: SDL2/SDL_image.h: No such file or directory`

Game is only listed for myself ``` import pygame from time import sleep import pypresence as pp pygame.init() window = pygame.display.set_mode((500, 600), vsync=True) clock = pygame.time.Clock() pygame.display.set_icon(pygame.image.load("icon.png")) pygame.display.set_caption("Yet Another Bullet...

bug