Xotabych / wot-xvm

Automatically exported from code.google.com/p/wot-xvm
0 stars 0 forks source link

Bug - Color macros work incorrectly #681

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm using r3404 version (XVM 5.3.0)

markersAliveNormal.xc

{
  "damageText": {
    "visible": true,
    "x": 0, "y": -60, "alpha": 100,
    "color": null
    "font":     { "name": "Candara", "size": 14, "align": "center", "bold": false, "italic": false },
    "shadow":   { "alpha": 100, "color": null, "angle": 0, "distance": 0, "size": 4, "strength": 400 },
    "speed": 2, "maxRange": 40,
    "damageMessage": "<b>{{dmg}}</b>",
    "blowupMessage": "<font size='36' face='XVMZeGnor'>,</font>"
  },

The fisrt line "color": null work correctly, but the second line (in "shadow") 
show black color.
In XVM 5.2.1, it has still worked fine.

Original issue reported on code.google.com by dangquoc...@gmail.com on 21 Apr 2014 at 2:07

GoogleCodeExporter commented 9 years ago
you can use "{{c:dmg}}" macro

Original comment by m.schedr...@gmail.com on 21 Apr 2014 at 7:41

GoogleCodeExporter commented 9 years ago
Fixed

Original comment by m.schedr...@gmail.com on 21 Apr 2014 at 8:30