diff --git a/polymer/eduke32/source/lunatic/con_lang.lua b/polymer/eduke32/source/lunatic/con_lang.lua index 9429472d3..79d9bd141 100644 --- a/polymer/eduke32/source/lunatic/con_lang.lua +++ b/polymer/eduke32/source/lunatic/con_lang.lua @@ -745,6 +745,7 @@ local WallLabels = { lotag = WAL".lotag", hitag = WAL".hitag", extra = WAL".extra", + blend = WAL".blend", ulotag = S2U(WAL".lotag"), uhitag = S2U(WAL".hitag"), diff --git a/polymer/eduke32/source/lunatic/test/animatesprites.con b/polymer/eduke32/source/lunatic/test/animatesprites.con index 1601beea7..f9366af65 100644 --- a/polymer/eduke32/source/lunatic/test/animatesprites.con +++ b/polymer/eduke32/source/lunatic/test/animatesprites.con @@ -42,6 +42,8 @@ onevent EVENT_GAME addvar xp 1 setactor[THISACTOR].xpanning xp } + + getwall[0].blend xp // test wall[].blend endevent onevent EVENT_ANIMATESPRITES