Fix up the main game based on arena changes.

This commit is contained in:
Zed A. Shaw 2025-12-05 11:20:35 -05:00
parent f839edcd56
commit 94b46a2f95
5 changed files with 9 additions and 10 deletions

View file

@ -10,6 +10,7 @@
{"_type": "Motion", "dx": 0, "dy": 0, "random": false},
{"_type": "Collision", "has": true},
{"_type": "EnemyConfig", "ai_script": "Host::actions", "ai_start_name": "Host::initial_state", "ai_goal_name": "Host::final_state"},
{"_type": "Personality", "hearing_distance": 5, "tough": false},
{"_type": "LightSource", "strength": 35, "radius": 2.0}
]
},