Commit graph

97 commits

Author SHA1 Message Date
Muhammad Nauman Raza 75ff76273b
feat: have the attack projectile actually use the attack's velocity 2024-05-29 09:33:59 +01:00
Muhammad Nauman Raza c2d3fe5660
cargo: fmt 2024-05-29 09:20:35 +01:00
Muhammad Nauman Raza 81e6691842
refactor: make camera_follow function private 2024-05-29 08:52:48 +01:00
Muhammad Nauman Raza 1448879742
hotfix: camera jitter due to out of sync updating 2024-05-29 08:48:22 +01:00
Muhammad Nauman Raza 839130a155
feat: system to dynamically change enemy colours 2024-05-29 08:47:05 +01:00
Muhammad Nauman Raza d4f09235ba
refactor: differentiate between player and enemy in ECS 2024-05-29 08:21:06 +01:00
Muhammad Nauman Raza 1be3740f73
docs: update name of colorscheme in comment 2024-05-28 13:32:35 +01:00
Muhammad Nauman Raza b89929f8a7
chore: allow type_complexity with clippy 2024-05-27 23:47:46 +01:00
Muhammad Nauman Raza 6b3e926eaf
docs: update project description 2024-05-27 23:42:29 +01:00
Muhammad Nauman Raza 087a391f36
refactor: comment out currently unused code 2024-05-27 23:25:30 +01:00
Muhammad Nauman Raza e2ee5c68c2
hotfix: health bar showing incorrect value 2024-05-27 23:22:57 +01:00
Muhammad Nauman Raza b22701a1c1
hotfix: enemy following the location of non-player entities 2024-05-27 23:18:10 +01:00
Muhammad Nauman Raza d4fab207e3
docs: add comments explaining the enemy movement system 2024-05-27 23:09:38 +01:00
Muhammad Nauman Raza 237b39ce16
refactor: remove unnecessary brackets (BODMAS works without) 2024-05-27 22:49:19 +01:00
Muhammad Nauman Raza db88476888
feat: initial enemy 2024-05-27 22:48:39 +01:00
Muhammad Nauman Raza ee92894630
hotfix: add wayland support 2024-05-27 20:08:39 +01:00
Muhammad Nauman Raza e7922260a7
cargo: update 2024-05-27 17:57:00 +01:00
Muhammad Nauman Raza d58a01a93c
flake: update 2024-05-27 17:55:34 +01:00
Muhammad Nauman Raza d2d22d57c7
flake: update description 2024-05-27 17:53:44 +01:00
Muhammad Nauman Raza 7f3e0a963d
cargo: update 2024-05-19 13:08:10 +01:00
Muhammad Nauman Raza 04c285030d
cargo: update dependencies 2024-05-19 13:07:45 +01:00
Muhammad Nauman Raza 61a46e66e1
hotfix: correct private asset backyp directory 2024-04-12 11:05:08 +01:00
Muhammad Nauman Raza 7d6044c9cf
feat: just recipe for private asset backup 2024-04-12 11:04:31 +01:00
Muhammad Nauman Raza c027e18453
docs: add missing ending bracket 2024-04-12 10:56:03 +01:00
Muhammad Nauman Raza c743318398
docs: fix fonts directory link 2024-04-12 10:55:43 +01:00
Muhammad Nauman Raza 279d180815
chore: asset handling which aligns with new licensing 2024-04-12 10:54:27 +01:00
Muhammad Nauman Raza a1772d98e7
docs: Ambition moves to a EULA
This EULA was taken from Aseprite's source code repository and modified
to make it suitable for Ambition.
2024-04-12 10:42:42 +01:00
Muhammad Nauman Raza ec10819650
chore: update player sprite 2024-04-05 22:40:37 +01:00
Muhammad Nauman Raza 2fe5d9f15d
chore: remove duplicate player 2024-04-05 22:12:22 +01:00
Muhammad Nauman Raza 5185bd066b
cargo: update cargo.lock 2024-03-25 22:48:17 +00:00
Muhammad Nauman Raza 163e37f159
flake!: cleanup and remove Rust from devShell
Users will now have to use a Rust toolchain provided outside of this repository. However, this project's specific depdencies, such as mold and clang, are provided in the `nix develop` environment.
2024-03-25 22:46:36 +00:00
Muhammad Nauman Raza b1c72edb2f
feat: new logo 2024-03-25 22:38:52 +00:00
Muhammad Nauman Raza fd41413f52
docs: some simplification 2024-03-24 23:00:18 +00:00
Muhammad Nauman Raza fa5c089d5e
chore: remove .envrc 2024-03-24 22:59:22 +00:00
Muhammad Nauman Raza f34c4a4803
cargo: fmt 2024-03-22 21:13:08 +00:00
Muhammad Nauman Raza a8a342c379
docs: remove acknowledgements 2024-03-22 11:45:09 +00:00
Muhammad Nauman Raza e4cb6f88ec
chore: bump version to v0.4.0 2024-03-22 11:43:27 +00:00
Muhammad Nauman Raza 1f28d97443
chore: simplify colours 2024-03-20 13:50:12 +00:00
Muhammad Nauman Raza cf03e89a50
feat: new logo 2024-03-20 13:38:55 +00:00
Muhammad Nauman Raza b42673076a
feat: mana 2024-03-19 21:50:03 +00:00
Muhammad Nauman Raza 5778c9bf79
hotfix: add missing files 2024-03-19 21:23:38 +00:00
Muhammad Nauman Raza d860608eca
hotfix: geometrically center player 2024-03-19 21:09:49 +00:00
Muhammad Nauman Raza 65d2d997b1
feat: stone cannon sprite and rework 2024-03-19 21:04:44 +00:00
Muhammad Nauman Raza d2c5e0944c
feat: bevy_hanabi 2024-03-19 19:40:51 +00:00
Muhammad Nauman Raza 484763db5d
chore: bump version to v0.3.0 2024-03-19 17:40:37 +00:00
Muhammad Nauman Raza 835e22bb5b
docs: update license reference 2024-03-19 17:40:03 +00:00
Muhammad Nauman Raza b8f1849d7a
feat: basic attacks 2024-03-16 00:14:10 +00:00
Muhammad Nauman Raza 5d8eb93b32
hotfix: broken API changes from 0.12.1 to 0.13.0 2024-03-14 20:52:03 +00:00
Muhammad Nauman Raza afd0853390
cargo: update cargo.lock 2024-03-14 19:02:58 +00:00
Muhammad Nauman Raza f724321672
chore: update bevy and bevy_egui 2024-03-14 18:42:54 +00:00