Translations:Modding:Textures/34/ru: Difference between revisions

From Vintage Story Wiki
(Created page with "<syntaxhighlight lang="json"> texture: { base: "entity/wolf/wolf1", alternates: [ { base: "entity/wolf/wolf2" }, { base: "entity/wolf/wolf2" }, {...} ] } </syntaxhighlight> Ea...")
 
No edit summary
 
Line 2: Line 2:
texture: { base: "entity/wolf/wolf1", alternates: [ { base: "entity/wolf/wolf2" }, { base: "entity/wolf/wolf2" }, {...} ] }
texture: { base: "entity/wolf/wolf1", alternates: [ { base: "entity/wolf/wolf2" }, { base: "entity/wolf/wolf2" }, {...} ] }
</syntaxhighlight>
</syntaxhighlight>
Each successive alternative should be numbered (starting with 1).
Каждая последующая альтернатива должна быть пронумерована (начиная с 1).

Latest revision as of 19:20, 23 July 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Modding:Textures)
<syntaxhighlight lang="json">
texture: { base: "entity/wolf/wolf1", alternates: [ { base: "entity/wolf/wolf2" }, { base: "entity/wolf/wolf2" }, {...} ] }
</syntaxhighlight>
Each successive alternative should be numbered (starting with 1).
texture: { base: "entity/wolf/wolf1", alternates: [ { base: "entity/wolf/wolf2" }, { base: "entity/wolf/wolf2" }, {...} ] }

Каждая последующая альтернатива должна быть пронумерована (начиная с 1).