Arreglado el problema con las plataormas verticales. Se iba un pixel
This commit is contained in:
@@ -61,7 +61,7 @@ bool Map::load(std::string file_path)
|
||||
if (file.good())
|
||||
{
|
||||
// Procesa el fichero linea a linea
|
||||
printf("Reading file %s\n", filename.c_str());
|
||||
printf("Reading file %s\n\n", filename.c_str());
|
||||
while (std::getline(file, line))
|
||||
{
|
||||
// Si la linea contiene el texto [tilemap] se realiza el proceso de carga del fichero tmx
|
||||
|
||||
Reference in New Issue
Block a user