World Chunk

This commit is contained in:
zomseffen 2020-09-12 12:39:51 +02:00
parent 24662a43a9
commit 5168061d1b
3 changed files with 90 additions and 4 deletions
Lights/Spotlight

View file

@ -0,0 +1,6 @@
from Lights.Lights import Light
from OpenGL.GL import *
from MatrixStuff.Transformations import *
class Spotlight(Light):
pass