Commit Graph

22 Commits

Author SHA1 Message Date
4635b0f134 fix(floor): multiple floor create 2024-12-27 11:49:22 +02:00
8683f727f2 chore: bump version number 2024-12-23 13:55:56 +02:00
de4989ccfb test(floor): add min/max tests 2024-12-18 17:11:02 +02:00
cec07c9069 refactor: move to [observer](https://bevyengine.org/examples/ecs-entity-component-system/observers/) based systems 2024-12-17 15:43:26 +02:00
3751ef3ee3 refactor(maze): add event based maze updates 2024-12-14 19:46:33 +02:00
f4aefb00fa feat(player): add player respawn and despawn 2024-12-12 21:10:03 +02:00
30d6cf5fba feat(player): add collision check 2024-12-12 17:24:14 +02:00
c694281e88 refactor: use private plugins 2024-12-11 18:08:27 +02:00
b89556679c chore: update to bevy0.15 2024-12-11 17:40:12 +02:00
dca6747f83 feat(maze): use seed 2024-12-08 17:50:56 +02:00
0ca94082a9 refactor(maze): reorganize maze module code 2024-12-08 16:27:11 +02:00
34f85be4ef fix(maze): tile wall orientation 2024-12-04 18:17:13 +02:00
41a6059912 update Cargo.lock 2024-11-11 17:32:43 +02:00
468c5bfe4a refactor(name): change project name 2024-11-11 17:28:39 +02:00
8f454cb2c6 fix: warnings 2024-11-04 20:37:25 +02:00
07794aa993 feat(lighting): add ambient light 2024-10-25 17:22:37 +03:00
ec9ac21b8f feat(hex): draw hex prisms 2024-09-25 20:29:58 +03:00
869d11e810 feat: add bevy_protoype_lyon dependency 2024-09-20 16:59:24 +03:00
0a64641941 feat(hex): generate a hex grid 2024-09-18 13:05:58 +03:00
70579168a2 chore: bump version to 0.0.3 2024-09-17 22:10:24 +03:00
64337f3614 fix: project name import tests 2024-09-17 20:34:21 +03:00
f79be932a3 Initial commit 2024-09-17 20:19:16 +03:00