56 Commits

Author SHA1 Message Date
417cf081d7 Fix tree_test.tmj export 2024-02-13 18:28:50 +01:00
abaa778aab Finish main menu screen 2024-02-12 17:18:37 +01:00
e69fdeed1f Enemy swarm movement 2024-02-12 14:14:23 +01:00
20af3967a8 Add sounds 2024-02-10 15:03:39 +01:00
484e5e9b39 Add battle test 2024-02-09 18:19:39 +01:00
ababd53846 Add worker test map 2024-02-09 09:57:29 +01:00
ea738270a0 Better formation placement 2024-02-09 09:46:36 +01:00
df581dcb9d Add particles! 2024-01-29 20:01:36 +01:00
32fa02929d Add entity test map 2024-01-29 10:48:40 +01:00
dfc20b6a96 Add music, fix main menu scene 2024-01-28 18:17:39 +01:00
205fb57f07 Implement farming 2024-01-28 17:33:55 +01:00
6ee46da8ab Add cursors 2024-01-28 15:58:20 +01:00
a61768e912 Add hitboxes 2024-01-28 11:00:32 +01:00
07d1852fb9 Add soldiers 2024-01-23 20:31:23 +01:00
d2ea703ea9 Add rocks 2024-01-23 18:45:12 +01:00
2d11bb4675 Properly set building owner + apply building pop capacity 2024-01-23 18:39:53 +01:00
547a1ca583 Add gold ore, fix bug with collision layer 2024-01-23 17:24:43 +01:00
c9a2bd2672 Add rest of assets, add blue player 2024-01-23 11:26:23 +01:00
087b8f22a7 Add buildings 2024-01-15 10:12:40 +01:00
214cf19a52 Fix tileset river collisions, add pathing test map 2024-01-10 17:10:00 +01:00
07e03702ad Add tree test map, fix easing system 2024-01-07 09:32:36 +01:00
adf8545b6e Add wood punch sound 2024-01-06 20:22:33 +01:00
f667614cfe Add weapons 2024-01-06 19:54:22 +01:00
5bcab7a23c Add apple icon 2023-12-29 07:27:52 +01:00
118f7f9d93 Add top bar game UI 2023-12-28 09:47:55 +01:00
5aa1e3a72b Add wood, stone, gold, pop icons 2023-12-28 08:32:28 +01:00
ea93a7aa33 Add Main menu screen 2023-12-22 08:38:56 +01:00
dbb5ac5382 Add game scenario to Main menu background 2023-12-22 08:07:22 +01:00
5564df4768 Add collisions to tileset 2023-12-17 09:36:33 +01:00
5c1859cf1b Update asset file to contain new sprites 2023-12-16 17:54:33 +01:00
1f391edee8 Remove unnecessary infromation from .tsj file 2023-12-16 16:39:00 +01:00
adbd84a2fd Fix some trees being on wrong layer 2023-12-13 09:34:53 +01:00
72b32b1a26 Merge tilesets into one 2023-12-12 17:02:23 +01:00
0d137ffb25 Add idle animation 2023-12-05 11:25:56 +01:00
3885e911a3 Add path smoothing 2023-11-23 19:01:28 +01:00
26d980a7ad Add 80 test entities (workers) on map 2023-11-23 11:10:34 +01:00
384a5b51f6 Update entity assets 2023-11-21 06:10:12 +01:00
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