more wires, fix rom
This commit is contained in:
19
bricks/gen/newcode/Wire 1x1x65f.cs
Normal file
19
bricks/gen/newcode/Wire 1x1x65f.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
datablock fxDtsBrickData(LogicWire_1x1x65f_Data){
|
||||
brickFile = $LuaLogic::Path @ "bricks/gen/newbricks/Wire 1x1x65f.blb";
|
||||
iconName = $LuaLogic::Path @ "bricks/gen/newicons/Wire 1x1x65f";
|
||||
|
||||
category = "Logic Bricks";
|
||||
subCategory = "Wires Vertical";
|
||||
uiName = "Wire 1x1x65f";
|
||||
|
||||
logicBrickSize = "1 1 65";
|
||||
orientationFix = 0;
|
||||
|
||||
isLogic = true;
|
||||
isLogicWire = true;
|
||||
|
||||
|
||||
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user