Commit Graph

19 Commits

Author SHA1 Message Date
c232fc9afd Fix bug where allocated paths were never returned 2023-11-16 09:00:27 +01:00
8825b9e01f Path following 2023-11-14 12:01:28 +01:00
ab817ee03d Basic pathfinding 2023-11-14 08:25:55 +01:00
bf543330e5 Add basic movement 2023-11-12 19:04:25 +01:00
526d292fb5 Very basic animations 2023-11-12 18:03:55 +01:00
df5e65f9d7 Add missing collisions to buildings 2023-11-12 11:24:59 +01:00
10e47a6ad4 Fixed tile objects rendering 2023-11-11 09:35:05 +01:00
3c8254c6f6 Add support for objects with tiles 2023-11-11 09:21:59 +01:00
fb7c0831da Rename BUILDINGS to BuildingType, add owner component to entities 2023-11-10 06:47:50 +01:00
60e66bbd67 Proper building detection 2023-11-10 05:54:40 +01:00
f32c19dc3d Overhaul tilemap, add building ownership layer 2023-11-09 15:46:35 +01:00
ced7aa2ea5 Tweak colliders depth and collider rendering 2023-11-09 09:41:27 +01:00
aa9fe8fa9a Add some colliders 2023-11-08 17:02:03 +01:00
50241f9c26 Support for colliders 2023-11-08 16:41:00 +01:00
8a13edb838 Proper layer rendering 2023-11-07 15:04:36 +01:00
9946513a44 Change trees to tiles 2023-11-06 19:07:45 +01:00
8687b3ca19 Add tokenizer 2023-11-06 15:06:59 +01:00
75d81bd21a Add tiled project files 2023-11-01 15:23:44 +01:00
56f05ca61f Add test tiled map and support for loading it 2023-11-01 06:40:14 +01:00