Skip to content
Snippets Groups Projects
Commit f84da427 authored by Jantz's avatar Jantz
Browse files

added money and active_tower to World class

parent e5919e36
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,10 @@ class World:
self.round_start_time = 0
self.round_spawn_times = []
self.enemies = []
self.active_tower = 0
# Player stats
self.money = 1000
def generate_enemy_spawn_times(self, round_index: int) -> list[tuple[any, int]]:
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment