No description
Find a file
2ndbeam c46fa75e54 feat!: Item processing
- Added try_insert_item system
- Added rotated field on Item
- Implemented UI item drawing with scale and rotation

BREAKING CHANGE: Item.swap_size renamed to Item.rotate
    Item.clone_swapped renamed to Item.clone_rotated
2026-03-11 14:55:27 +03:00
.cargo Initial commit 2026-02-12 10:18:42 +00:00
assets/sprites assets: Added inventory slot sprite 2026-03-03 09:37:45 +03:00
src feat!: Item processing 2026-03-11 14:55:27 +03:00
.gitignore Initial commit 2026-02-12 10:18:42 +00:00
Cargo.lock feat: Added input system 2026-03-03 09:26:52 +03:00
Cargo.toml ui: Beginning of UI-related stuff 2026-03-09 13:59:51 +03:00