Jump to content
Korean Random
Sign in to follow this  
otash8110

Значения макросов

Recommended Posts

Возвращают ли макросы какие то значения? например {{dmg-kind}}, как понять что вид урона скажем пожар?

Share this post


Link to post

Short link
Share on other sites

Возвращают ли макросы какие то значения? например {{dmg-kind}}, как понять что вид урона скажем пожар?

colors.xc

// Динамический цвет по типу урона.
    "dmg_kind": {
      "shot": "0xFFAA55",            // shot / попадание
      "fire": "0xFF6655",            // fire / пожар
      "ramming": "0x998855",         // ramming / таран
      "world_collision": "0x228855", // world collision / столкновение с объектами, падение
      "death_zone": "0xCCCCCC",      // death_zone / опасная зона
      "drowning": "0xCCCCCC",        // drowning / затопление
      "other": "0xCCCCCC"            // other / другое
    },

Share this post


Link to post

Short link
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...