add icons, make rom use c data

This commit is contained in:
Redo
2022-11-14 13:41:10 -06:00
parent 6008b022b0
commit ddedb380ac
590 changed files with 86705 additions and 93429 deletions

View File

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