travking fluid particle
This commit is contained in:
parent
8a5de47da3
commit
54bda855e5
10 changed files with 702 additions and 37 deletions
WorldProvider
|
@ -4,6 +4,7 @@ from Objects.World import World
|
|||
class WorldProvider:
|
||||
def __init__(self, programs):
|
||||
self.world: World = World(10, 10, 10, 10, 10, 10, programs)
|
||||
self.world.generate()
|
||||
|
||||
def update(self):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue