Modding:Textures/es: Difference between revisions

From Vintage Story Wiki
Created page with "<syntaxhighlight lang="json"> textures: { all: {base: "path hacia la textura*"} }, </syntaxhighlight>"
(Created page with "Los bloques se texturizan de forma un poco diferente, ya que por defecto tienen la forma genérica de "cubo". Esto significa que no utilizan el método singular "texture", y en su lugar siempre utilizan una versión del plural "textures":")
(Created page with "<syntaxhighlight lang="json"> textures: { all: {base: "path hacia la textura*"} }, </syntaxhighlight>")
Tags: Mobile edit Mobile web edit
Line 100: Line 100:
<syntaxhighlight lang="json">
<syntaxhighlight lang="json">
textures: {
textures: {
   all: {base: "path to texture*"}
   all: {base: "path hacia la textura*"}
},
},
</syntaxhighlight>
</syntaxhighlight>
Confirmedusers
9,523

edits