mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Fix typos and en_US/en_GB inconsistency in various files (#12902)
This commit is contained in:
parent
6191bafcad
commit
d1b80b462e
84 changed files with 134 additions and 134 deletions
|
@ -213,10 +213,10 @@ enum NodeDrawType
|
|||
// paramtype2 = "meshoptions" allows various forms, sizes and
|
||||
// vertical and horizontal random offsets.
|
||||
NDT_PLANTLIKE,
|
||||
// Fenceposts that connect to neighbouring fenceposts with horizontal bars
|
||||
// Fenceposts that connect to neighboring fenceposts with horizontal bars
|
||||
NDT_FENCELIKE,
|
||||
// Selects appropriate junction texture to connect like rails to
|
||||
// neighbouring raillikes.
|
||||
// neighboring raillikes.
|
||||
NDT_RAILLIKE,
|
||||
// Custom Lua-definable structure of multiple cuboids
|
||||
NDT_NODEBOX,
|
||||
|
@ -225,7 +225,7 @@ enum NodeDrawType
|
|||
// Uses 3 textures, one for frames, second for faces,
|
||||
// optional third is a 'special tile' for the liquid.
|
||||
NDT_GLASSLIKE_FRAMED,
|
||||
// Draw faces slightly rotated and only on neighbouring nodes
|
||||
// Draw faces slightly rotated and only on neighboring nodes
|
||||
NDT_FIRELIKE,
|
||||
// Enabled -> ndt_glasslike_framed, disabled -> ndt_glasslike
|
||||
NDT_GLASSLIKE_FRAMED_OPTIONAL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue