0.9.0c
This commit is contained in:
1
shapes/cable_connector.java
Normal file
1
shapes/cable_connector.java
Normal file
@@ -0,0 +1 @@
|
||||
Block.box(6, 0, 6, 10, 9, 10)
|
||||
1
shapes/cable_connector_middle.java
Normal file
1
shapes/cable_connector_middle.java
Normal file
@@ -0,0 +1 @@
|
||||
Block.box(6, 0, 6, 10, 16, 10)
|
||||
1
shapes/galvanic_cell.java
Normal file
1
shapes/galvanic_cell.java
Normal file
@@ -0,0 +1 @@
|
||||
Shapes.join(Block.box(1, 0, 5, 15, 10, 11), Block.box(5, 0, 0, 11, 11, 5), BooleanOp.OR)
|
||||
1
shapes/generator.java
Normal file
1
shapes/generator.java
Normal file
@@ -0,0 +1 @@
|
||||
Shapes.join(Block.box(3, 0, 3, 13, 14, 13), Block.box(0, 5, 0, 16, 11, 16), BooleanOp.OR)
|
||||
1
shapes/light_bulb.java
Normal file
1
shapes/light_bulb.java
Normal file
@@ -0,0 +1 @@
|
||||
Block.box(5, 0, 5, 11, 9, 11)
|
||||
1
shapes/resistor.java
Normal file
1
shapes/resistor.java
Normal file
@@ -0,0 +1 @@
|
||||
Shapes.join(Block.box(1, 0, 1, 15, 3, 15), Block.box(3, 3, 0, 13, 13, 16), BooleanOp.OR)
|
||||
1
shapes/rotor.java
Normal file
1
shapes/rotor.java
Normal file
@@ -0,0 +1 @@
|
||||
Block.box(3, 3, 2, 13, 13, 14)
|
||||
1
shapes/voltmeter.java
Normal file
1
shapes/voltmeter.java
Normal file
@@ -0,0 +1 @@
|
||||
Block.box(0, 2, 13, 16, 14, 16)
|
||||
Reference in New Issue
Block a user