Blueprint fixes, T5 laser

This commit is contained in:
Norbi Peti 2020-09-23 23:35:09 +02:00
parent 02401f39f9
commit db5ff7223c
3 changed files with 12 additions and 9 deletions

View file

@ -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++;
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long