fix: change the shape of BME floor terminal.

- change the shape of all BME floor terminal (normal, sink and wide) from 5x2.5 to 5x5 requested by Zzq and Lee623.
- change icons according to above changes.
- add some comment in prototype files.
This commit is contained in:
2025-08-01 15:11:41 +08:00
parent 1383e87104
commit 1afa5f9893
6 changed files with 56 additions and 22 deletions

View File

@ -1,4 +1,5 @@
[
// The shared template prototype used by all floor terminals.
{
"identifier": "raw_floor_terminal",
"showcase": null,
@ -22,26 +23,30 @@
"faces": [],
"instances": [
{
"identifier": "cv_triangle_side",
"identifier": "cv_trapezoid_side",
"skip": "False",
"params": {
"edge_length": "2.5",
"tip_offset": "2.5",
"long_edge_length": "5.0",
"short_edge_offset": "2.5",
"short_edge_length": "2.5",
"height": "height",
"face": "(face[0], False, False, face[3], face[4], None)",
"is_sink": "is_sink"
"face": "(face[0], False, False, face[3], face[4], False)",
"is_sink": "is_sink",
"is_ribbon": "False"
},
"transform": "ident()"
},
{
"identifier": "cv_triangle_side",
"identifier": "cv_trapezoid_side",
"skip": "False",
"params": {
"edge_length": "2.5",
"tip_offset": "2.5",
"long_edge_length": "5.0",
"short_edge_offset": "2.5",
"short_edge_length": "2.5",
"height": "height",
"face": "(face[0], False, False, face[3], face[5], None)",
"is_sink": "is_sink"
"face": "(face[0], False, False, face[3], face[5], False)",
"is_sink": "is_sink",
"is_ribbon": "False"
},
"transform": "move(0, 5, 0) @ scale(1, -1, 1)"
},
@ -61,7 +66,7 @@
"identifier": "floor_rectangle_bottom",
"skip": "not face[1]",
"params": {
"length": "2.5",
"length": "5",
"width": "5"
},
"transform": "move(0, 0, -height)"