improved the design of the knob component

This commit is contained in:
SallarShayegan
2025-02-23 20:10:03 +01:00
parent 9276965f7b
commit e80152716b
2 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,3 @@
# Example file showing a basic pygame "game loop"
import pygame
from knob import *
@ -25,7 +24,6 @@ while running:
# RENDER YOUR GAME HERE
knob1.display()
# flip() the display to put your work on screen
pygame.display.flip()