You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
for the following jac snippet, the last pygame is a variable with int as type, we need to fix this
import:py from pygame, surface;
import:py math;
obj Game {
has screen: surface.Surface = pygame.display.set_mode((WIN_WIDTH, WIN_HEIGHT)),
b: int = pygame.AUDIO_ALLOW_ANY_CHANGE,
c: int = math.floor(1.5),
pygame: int = 4;
}
The text was updated successfully, but these errors were encountered:
Describe the bug
for the following jac snippet, the last pygame is a variable with int as type, we need to fix this
The text was updated successfully, but these errors were encountered: