mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
fix typo
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
import pyray as ray
|
import pyray as ray
|
||||||
|
|
||||||
|
|
||||||
class DevScreen:
|
class DevScreen:
|
||||||
def __init__(self, width: int, height: int):
|
def __init__(self, width: int, height: int):
|
||||||
self.width = width
|
self.width = width
|
||||||
|
|||||||
@@ -237,7 +237,7 @@ class GameScreen:
|
|||||||
self.result_transition.draw(self.width, self.height, global_data.textures['shutter'][0], global_data.textures['shutter'][1])
|
self.result_transition.draw(self.width, self.height, global_data.textures['shutter'][0], global_data.textures['shutter'][1])
|
||||||
|
|
||||||
def draw_3d(self):
|
def draw_3d(self):
|
||||||
self.player_1.draw_3d(self)
|
self.player_1.draw_3d()
|
||||||
|
|
||||||
class Player:
|
class Player:
|
||||||
TIMING_GOOD = 25.0250015258789
|
TIMING_GOOD = 25.0250015258789
|
||||||
|
|||||||
Reference in New Issue
Block a user