Переглянути джерело

Blueprint fixes, T5 laser

master
NorbiPeti 3 роки тому
джерело
коміт
db5ff7223c
3 змінених файлів з 12 додано та 9 видалено
  1. +2
    -2
      Pixi/Robots/RobotInternetImporter.cs
  2. +9
    -6
      Pixi/blueprints.json
  3. +1
    -1
      Pixi/cubes-id.json

+ 2
- 2
Pixi/Robots/RobotInternetImporter.cs Переглянути файл

@@ -136,8 +136,8 @@ namespace Pixi.Robots
// the goal is for this to never evaluate to true (ie all cubes are translated correctly)
if (block.Type == BlockIDs.TextBlock)
{
textBlockInfoIndex++;
block.Specialise<TextBlock>().Text = textBlockInfo[name][textBlockInfoIndex];
block.Specialise<TextBlock>().Text = textBlockInfo[name][textBlockInfoIndex];
textBlockInfoIndex++;
}
}



+ 9
- 6
Pixi/blueprints.json
Різницю між файлами не показано, бо вона завелика
Переглянути файл


+ 1
- 1
Pixi/cubes-id.json
Різницю між файлами не показано, бо вона завелика
Переглянути файл


Завантаження…
Відмінити
Зберегти