mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
3d model experiments
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import math
|
||||
from pathlib import Path
|
||||
|
||||
import pyray as ray
|
||||
@@ -252,6 +251,9 @@ class ResultScreen:
|
||||
if self.fade_out is not None:
|
||||
self.fade_out.draw(self.width, self.height)
|
||||
|
||||
def draw_3d(self):
|
||||
pass
|
||||
|
||||
class Crown:
|
||||
def __init__(self):
|
||||
duration = 466
|
||||
|
||||
Reference in New Issue
Block a user