cyphesis/data/rulesets/basic/scripts/mind
Erik Ogenvik cebdde1734 Refactored how entities move themselves.
An entity is now mainly moved by setting the "_propel" and "_direction" properties.
These will then be applies on the next physics tick.
This moves away from the system where entities move themselves by issuing Move ops.
2021-07-22 23:19:51 +02:00
..
goals Formatting. 2021-07-22 22:55:50 +02:00
panlingua Tidy up Python code. 2019-11-29 10:48:53 +01:00
__init__.py Standardize layout. 2019-10-03 00:23:06 +02:00
compass.py Standardize layout. 2019-10-03 00:23:06 +02:00
dictlist.py Clear up Python code. 2020-01-04 22:42:26 +01:00
Goal.py Added delayed and one shot goals. 2020-06-28 13:21:04 +02:00
Knowledge.py Clear up Python code. 2020-01-04 22:42:26 +01:00
Memory.py Make Python conform to PEP8. 2020-01-05 11:11:44 +01:00
NPCMind.py Refactored how entities move themselves. 2021-07-22 23:19:51 +02:00