Fix import
All checks were successful
Build Simulation and Test / Run All Tests (push) Successful in 32s
All checks were successful
Build Simulation and Test / Run All Tests (push) Successful in 32s
This commit is contained in:
parent
0177d68500
commit
81128c16c8
2
main.py
2
main.py
@ -4,7 +4,7 @@ import sys
|
||||
import random
|
||||
|
||||
from world.world import World, Position
|
||||
from world.render_objects import DebugRenderObject, FoodObject, TestVelocityObject
|
||||
from world.objects import DebugRenderObject, FoodObject, TestVelocityObject
|
||||
from world.simulation_interface import Camera
|
||||
|
||||
# Initialize Pygame
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user