Blueprint fixes, T5 laser
This commit is contained in:
parent
02401f39f9
commit
db5ff7223c
3 changed files with 12 additions and 9 deletions
|
@ -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
Loading…
Reference in a new issue