fix: OutcropData.json

This commit is contained in:
秋云
2025-05-18 23:56:36 +08:00
parent 3c5a630421
commit d036e92991
8 changed files with 572 additions and 527 deletions

View File

@@ -52,7 +52,7 @@ def create_target_jsons():
'id': 1,
'x': last_position['x'],
'y': last_position['y'],
'type': last_position.get('type', 'target'), # Keep type, default to 'target' if not present
'type': 'target', # Keep type, default to 'target' if not present
'move_mode': 'walk'
}
new_data['positions'] = [simplified_position]