|
16b4b64099
|
Clean up the logging; use % formats instead of f-strings
|
2022-05-07 08:53:58 -07:00 |
|
|
c2c67ae9ef
|
Move logging hero movement into the if block where it actually does the move
|
2022-05-06 21:13:37 -07:00 |
|
|
e1044f3a73
|
Move MovePlayerAction.Direction to geometry.Direction
|
2022-05-03 18:21:24 -07:00 |
|
|
a54828c7fb
|
Fix up all the runtime errors caused by the previous refactoring
|
2022-05-01 09:51:22 -07:00 |
|
|
5ce26e310b
|
Move the action perform logic to Action.perform() on each Action subclass
Rename Object to Entity to avoid name clashes with Python.object
|
2022-05-01 09:29:30 -07:00 |
|
|
cde6ea2065
|
Make the MovePlayerAction.Direction values Vectors
|
2022-05-01 09:27:59 -07:00 |
|
|
9ddeef2561
|
Add actions and events modules
|
2022-04-30 21:59:01 -07:00 |
|