Add gitignore
This commit is contained in:
parent
5a0ba3f54d
commit
43276fd6ee
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.idea
|
@ -7,10 +7,10 @@
|
|||||||
/* [General] */
|
/* [General] */
|
||||||
|
|
||||||
// Width of the block, in studs
|
// Width of the block, in studs
|
||||||
block_width = 2;
|
block_width = 1;
|
||||||
|
|
||||||
// Length of the block, in studs
|
// Length of the block, in studs
|
||||||
block_length = 2;
|
block_length = 1;
|
||||||
|
|
||||||
// Height of the block. A ratio of "1" is a standard LEGO brick height; a ratio of "1/3" is a standard LEGO plate height; "1/2" is a standard DUPLO plate.
|
// Height of the block. A ratio of "1" is a standard LEGO brick height; a ratio of "1/3" is a standard LEGO plate height; "1/2" is a standard DUPLO plate.
|
||||||
block_height_ratio = 1/3; // [.33333333333:1/3, .5:1/2, 1:1, 2:2, 3:3, 4:4, 5:5, 6:6, 7:7, 8:8, 9:9, 10:10]
|
block_height_ratio = 1/3; // [.33333333333:1/3, .5:1/2, 1:1, 2:2, 3:3, 4:4, 5:5, 6:6, 7:7, 8:8, 9:9, 10:10]
|
||||||
|
Loading…
Reference in New Issue
Block a user