Adds a seed entity.

Graphics!
This commit is contained in:
William Hubbard
2023-02-05 15:57:11 -07:00
parent 674ae01057
commit 3afe5322b3
2 changed files with 8 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ class Entity:
True if the game should keep this entity, false if the game should drop
this entity from memory.
"""
return False
return True
def render(self, tpf: float, camera: Camera) -> bool:
"""