Oct 09 2024
Added goap world state atom access function Added zoom camera to entity/location functionality Added a method to display indicator arrows around an entity, which needs testing Pretty happy to see this working as planned: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 function tutorials.sample(deltaTime) addGameAnnouncement("[color:KONSOLE_BREEZE_NEON_GREEN]Welcome to the tutorial![/color]") -- TODO: should be showwindow method instead addGameAnnouncement("Wait for 3 seconds.
Created Oct 9, 2024 - Last updated: Oct 9, 2024
Seeding 🌱
- Added goap world state atom access function
- Added zoom camera to entity/location functionality
- Added a method to display indicator arrows around an entity, which needs testing
- Pretty happy to see this working as planned:
|
|