StanislavPetrovV / DOOM-style-Game

DOOM-style 3D (raycasting) Game in Python Pygame
MIT License
542 stars 241 forks source link

SyntaxError: invalid syntax #10

Open Moanhh opened 11 months ago

Moanhh commented 11 months ago

i have error in this line, please help me pg.display.set_caption(f'{self.clock.get_fps() :.1f}') ^ SyntaxError: invalid syntax

mellowboyXD commented 7 months ago

Did you import the pygame library as pg?

import pygame as pg