Sep 26 2024September 26, 2024Started work on tutorial system (lua scriptable), with dummy methods for nowAdded 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": { } }Please enable JavaScript to view the comments powered by Disqus.