Rename frame_rate -> fps

This commit is contained in:
Grant Sanderson
2022-05-14 17:47:31 -07:00
parent fb3cf308df
commit 6decb0c32a
10 changed files with 21 additions and 21 deletions

View File

@ -18,7 +18,7 @@ Frame and pixel shape
DEFAULT_PIXEL_HEIGHT = 1080
DEFAULT_PIXEL_WIDTH = 1920
DEFAULT_FRAME_RATE = 30
DEFAULT_FPS = 30
Buffs
-----