mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Slighty better color effect for Bloodlust
This commit is contained in:
parent
bab5922951
commit
4e190b95cc
@ -86,21 +86,21 @@
|
||||
},
|
||||
{
|
||||
"time" : 0.2,
|
||||
"red" : [ 0.3, 0.0, 0.3, 0.4 ],
|
||||
"red" : [ 0.5, 0.0, 0.5, 0.4 ],
|
||||
"green" : [ 0.0, 1.0, 0.0, 0.0 ],
|
||||
"blue" : [ 0.0, 0.0, 1.0, 0.0 ],
|
||||
"alpha" : 1.0
|
||||
},
|
||||
{
|
||||
"time" : 0.4,
|
||||
"red" : [ 0.3, 0.3, 0.3, 0.1 ],
|
||||
"red" : [ 0.6, 0.6, 0.6, 0.0 ],
|
||||
"green" : [ 0.0, 0.5, 0.0, 0.0 ],
|
||||
"blue" : [ 0.0, 0.0, 0.5, 0.0 ],
|
||||
"alpha" : 1.0
|
||||
},
|
||||
{
|
||||
"time" : 0.6,
|
||||
"red" : [ 0.3, 0.0, 0.3, 0.4 ],
|
||||
"red" : [ 0.5, 0.0, 0.5, 0.4 ],
|
||||
"green" : [ 0.0, 1.0, 0.0, 0.0 ],
|
||||
"blue" : [ 0.0, 0.0, 1.0, 0.0 ],
|
||||
"alpha" : 1.0
|
||||
|
Loading…
Reference in New Issue
Block a user