Remove OK notes from BlockType.cpp
This commit is contained in:
parent
b1849ccdd8
commit
186fb78a0b
1 changed files with 4 additions and 4 deletions
|
@ -46,7 +46,7 @@ void BlockType::init() {
|
||||||
}
|
}
|
||||||
));
|
));
|
||||||
|
|
||||||
// J Block OK
|
// J Block
|
||||||
list.push_back(BlockType(new TileType(
|
list.push_back(BlockType(new TileType(
|
||||||
sf::IntRect(TILE_SIZE, 0, TILE_SIZE, TILE_SIZE),
|
sf::IntRect(TILE_SIZE, 0, TILE_SIZE, TILE_SIZE),
|
||||||
sf::IntRect(TILE_SIZE, TILE_SIZE, TILE_SIZE, TILE_SIZE)
|
sf::IntRect(TILE_SIZE, TILE_SIZE, TILE_SIZE, TILE_SIZE)
|
||||||
|
@ -78,7 +78,7 @@ void BlockType::init() {
|
||||||
}, false
|
}, false
|
||||||
));
|
));
|
||||||
|
|
||||||
// S Block OK
|
// S Block
|
||||||
list.push_back(BlockType(new TileType(
|
list.push_back(BlockType(new TileType(
|
||||||
sf::IntRect(TILE_SIZE * 4, 0, TILE_SIZE, TILE_SIZE),
|
sf::IntRect(TILE_SIZE * 4, 0, TILE_SIZE, TILE_SIZE),
|
||||||
sf::IntRect(TILE_SIZE * 4, TILE_SIZE, TILE_SIZE, TILE_SIZE)
|
sf::IntRect(TILE_SIZE * 4, TILE_SIZE, TILE_SIZE, TILE_SIZE)
|
||||||
|
@ -89,7 +89,7 @@ void BlockType::init() {
|
||||||
}
|
}
|
||||||
));
|
));
|
||||||
|
|
||||||
// T Block OK
|
// T Block
|
||||||
list.push_back(BlockType(new TileType(
|
list.push_back(BlockType(new TileType(
|
||||||
sf::IntRect(TILE_SIZE * 5, 0, TILE_SIZE, TILE_SIZE),
|
sf::IntRect(TILE_SIZE * 5, 0, TILE_SIZE, TILE_SIZE),
|
||||||
sf::IntRect(TILE_SIZE * 5, TILE_SIZE, TILE_SIZE, TILE_SIZE)
|
sf::IntRect(TILE_SIZE * 5, TILE_SIZE, TILE_SIZE, TILE_SIZE)
|
||||||
|
@ -100,7 +100,7 @@ void BlockType::init() {
|
||||||
}
|
}
|
||||||
));
|
));
|
||||||
|
|
||||||
// Z Block OK
|
// Z Block
|
||||||
list.push_back(BlockType(new TileType(
|
list.push_back(BlockType(new TileType(
|
||||||
sf::IntRect(TILE_SIZE * 6, 0, TILE_SIZE, TILE_SIZE),
|
sf::IntRect(TILE_SIZE * 6, 0, TILE_SIZE, TILE_SIZE),
|
||||||
sf::IntRect(TILE_SIZE * 6, TILE_SIZE, TILE_SIZE, TILE_SIZE)
|
sf::IntRect(TILE_SIZE * 6, TILE_SIZE, TILE_SIZE, TILE_SIZE)
|
||||||
|
|
Loading…
Add table
Reference in a new issue