Skip to content

Commit

Permalink
1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Enzojz committed Jan 27, 2021
1 parent a87e38f commit 6fe018c
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 41 deletions.
2 changes: 1 addition & 1 deletion res/construction/jct/jct.con
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ local function params()
name = _("MENU_TUNNEL_HEIGHT"),
values = func.map(tunnelHeightList, tostring),
uiType = "SLIDER",
defaultIndex = 2
defaultIndex = 4
},
{
key = "wallType",
Expand Down
18 changes: 0 additions & 18 deletions res/models/mesh/jct/ceil_br.msh

This file was deleted.

Binary file removed res/models/mesh/jct/ceil_br.msh.blob
Binary file not shown.
18 changes: 0 additions & 18 deletions res/models/mesh/jct/ceil_tl.msh

This file was deleted.

Binary file removed res/models/mesh/jct/ceil_tl.msh.blob
Binary file not shown.
17 changes: 13 additions & 4 deletions strings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function data()
MENU_X_DEG = "Crossing angle (°)",
MENU_R_UPPER = "Upper track radii (m)",
MENU_R_LOWER = "Lower track radii (m)",
MENU_TUNNEL_HEIGHT = "Tunnel Height",
MENU_TUNNEL_HEIGHT = "Tunnel Height (m)",
MENU_WALL_STYLE = "Retaining wall",
MENU_WITH_CAT = "(with catenary)",
TRACK_CAT = "Tracks (Elec.)",
Expand All @@ -62,7 +62,10 @@ function data()
STREET = "Road",
ONE_WAY = "Road - One way",
ONE_WAY_REV = "Road - One way (Rev.)",
MENU_STREET_TYPE = "Road Type"
MENU_STREET_TYPE = "Road Type",
EXT_TYPE = "Edge Type",
ZIGZAG = "ZigZag",
ALIGNED = "Aligned"
},
zh = {
MOD_NAME = "欧式疏解桥",
Expand All @@ -87,7 +90,10 @@ function data()
STREET = "街道",
ONE_WAY = "单行道",
ONE_WAY_REV = "单行道 (反)",
MENU_STREET_TYPE = "道路类型"
MENU_STREET_TYPE = "道路类型",
EXT_TYPE = "边缘类型",
ZIGZAG = "齿状",
ALIGNED = "平直"
},
tw = {
MOD_NAME = "歐式疏解橋",
Expand All @@ -112,7 +118,10 @@ function data()
STREET = "街道",
ONE_WAY = "單行道",
ONE_WAY_REV = "單行道 (反)",
MENU_STREET_TYPE = "道路類型"
MENU_STREET_TYPE = "道路類型",
EXT_TYPE = "邊緣類型",
ZIGZAG = "齒狀",
ALIGNED = "平直"
},
}
end

0 comments on commit 6fe018c

Please sign in to comment.