Sep 26 2024
Started work on tutorial system (lua scriptable), with dummy methods for now Added spotlight effect shader that can be triggered with lua (untested) Started work on a creatures.json that will allow data-based ai initialization 0 1 2 3 4 5 6 7 8 9 10 "CREATURE_MOUSE": { "name": "Mouse", "attributes": { "health": 50, "speed": 2, "vision_range": 15 }, "tags": ["AGGRESSIVE"], "actions": { } }
Created Sep 26, 2024 - Last updated: Sep 26, 2024
Seeding 🌱
- Started work on tutorial system (lua scriptable), with dummy methods for now
- Added spotlight effect shader that can be triggered with lua (untested)
- Started work on a creatures.json that will allow data-based ai initialization
|
|