Feat: done except full reset, maze, dino

This commit is contained in:
2025-12-12 08:15:29 +08:00
parent fe142bae33
commit 3ae42f4e67
10 changed files with 252 additions and 76 deletions

View File

@@ -82,7 +82,10 @@ def replant(entity):
def spawn(func, x=0, y=0):
mv(x, y)
spawn_drone(func)
drone = None
while drone == None:
drone = spawn_drone(func)
return drone
def meas(arg=None):
ret = None