Commit graph

4 commits

Author SHA1 Message Date
24153e476f feat: Updated tilemap bundle
- Layout is now defined from bottom left corner
- Added rotation to lockpick bundle
- Added level TOML structures that match current level
2026-03-27 13:04:47 +03:00
42cfd14214 feat: Layout changes
- Added padlock layout object
- Added lockpick item
- Added ItemImage component
- Tilemap colliders are now creating from the tiles themselves
- Removed items from container bundle
- Removed colliders from tilemap bundle
- Removed setup_player system
2026-03-25 13:32:12 +03:00
0c0dcec4b8 feat!: "Syntax sugar" for pixels per meter measure
- Added meters function for better readability
- Adjusted tilemap_bundle transform
- Added 2nd floor in setup_world system

BREAKING CHANGE: Removed HALVED_PIXELS_PER_METER const
2026-03-24 12:13:08 +03:00
b59cec172d feat: Barely working tilemap system
- Added tilemap bundle
- Added HALVED_METERS_PER_PIXEL constant
2026-03-23 14:06:36 +03:00