add more wire sizes

This commit is contained in:
Redo
2021-05-10 19:24:59 -05:00
parent 8323cd065d
commit 2245bc82f7
119 changed files with 3365 additions and 5 deletions

View File

@@ -0,0 +1,17 @@
datablock fxDtsBrickData(LogicWire_1x1x38f_Data){
brickFile = $LuaLogic::Path @ "bricks/gen/newbricks/Wire 1x1x38f.blb";
iconName = $LuaLogic::Path @ "bricks/gen/newicons/Wire 1x1x38f";
category = "Logic Bricks";
subCategory = "Wires";
uiName = "Wire 1x1x38f";
logicBrickSize = "1 1 38";
orientationFix = 0;
isLogic = true;
isLogicWire = true;
};