treballant en sistema de portes i claus

This commit is contained in:
2026-04-10 09:47:48 +02:00
parent 9aff4432df
commit 97c30bf9a1
37 changed files with 1236 additions and 110 deletions

View File

@@ -5,7 +5,10 @@
#include "utils/defines.hpp"
TileCollider::TileCollider(const std::vector<int>& extended_tile_map, int width, int height, int border_px)
: width_(width), height_(height), border_px_(border_px), tile_map_(extended_tile_map) {}
: width_(width),
height_(height),
border_px_(border_px),
tile_map_(extended_tile_map) {}
// --- Queries básicas ---