chore: format everything

This commit is contained in:
Tropical
2026-03-30 02:13:59 -05:00
parent 470ddf959d
commit c9b90cae2c
463 changed files with 12748 additions and 11285 deletions

View File

@@ -11,8 +11,7 @@
const std::wstring HopperTile::TEXTURE_OUTSIDE = L"hopper_outside";
const std::wstring HopperTile::TEXTURE_INSIDE = L"hopper_inside";
HopperTile::HopperTile(int id)
: BaseEntityTile(id, Material::metal, false) {
HopperTile::HopperTile(int id) : BaseEntityTile(id, Material::metal, false) {
setShape(0, 0, 0, 1, 1, 1);
}