Modding:Textures/es: Difference between revisions

From Vintage Story Wiki
Created page with "<syntaxhighlight lang="json"> textures: { up: { base: "path hacia la textura superior" }, down: { base: "path hacia la textura inferior}, south: { base: "camino a la textura trasera" }, north: { base: "camino a la textura frontal" }, west: { base: "camino a la textura izquierda" }, east: { base: "camino a la textura derecha" }, }, </syntaxhighlight>"
(Created page with "Al asignar texturas "all" dará a cada lado la misma textura, pero podemos personalizar fácilmente cada lado, especialmente si queremos usar algunos comportamientos de bloque como <code>"Pillar"</code> o <code>"HorizontalOrientable"</code>:")
(Created page with "<syntaxhighlight lang="json"> textures: { up: { base: "path hacia la textura superior" }, down: { base: "path hacia la textura inferior}, south: { base: "camino a la textura trasera" }, north: { base: "camino a la textura frontal" }, west: { base: "camino a la textura izquierda" }, east: { base: "camino a la textura derecha" }, }, </syntaxhighlight>")
Line 110: Line 110:
<syntaxhighlight lang="json">
<syntaxhighlight lang="json">
textures: {
textures: {
   up: { base: "path to top texture" },
   up: { base: "path hacia la textura superior" },
   down: { base: "path to bottom texture" },
   down: { base: "path hacia la textura inferior},
   south: { base: "path to back texture" },
   south: { base: "camino a la textura trasera" },
   north: { base: "path to front texture" },
   north: { base: "camino a la textura frontal" },
   west: { base: "path to left texture" },
   west: { base: "camino a la textura izquierda" },
   east: { base: "path to right texture" },
   east: { base: "camino a la textura derecha" },
},
},
</syntaxhighlight>
</syntaxhighlight>
Confirmedusers
9,523

edits