This website requires JavaScript.
Explore
Help
Sign In
syedm
/
mist
Watch
1
Star
0
Fork
0
You've already forked mist
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5d16a15a412a13572479fcd3d24878a1a8d0e9f5
mist
/
game
/
enemy
T
History
syedm
6aecd44114
Fix line of sight checks to use collision rectangle for prop interactions; as it caused the enemy to be able to softlock itself around a prop by thinking it was inside one the whole time;
2026-03-29 11:20:10 +00:00
..
ai.rb
Fix line of sight checks to use collision rectangle for prop interactions; as it caused the enemy to be able to softlock itself around a prop by thinking it was inside one the whole time;
2026-03-29 11:20:10 +00:00
base.rb
Refactor character and enemy AI movement logic; implement delta time for smoother updates and replace object (a reserved keyword) with prop.
2026-03-28 16:43:37 +00:00
handler.rb
Refactor props handling and inventory logic; add ghost prop preview
2026-03-28 23:07:42 +00:00