From d656171777ad5c5857a25b2a2354855a17250d5a Mon Sep 17 00:00:00 2001 From: helixhorned Date: Tue, 25 Mar 2014 21:04:37 +0000 Subject: [PATCH] LunaCON: provide access to wall[].blend. git-svn-id: https://svn.eduke32.com/eduke32@4396 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/source/lunatic/con_lang.lua | 1 + polymer/eduke32/source/lunatic/test/animatesprites.con | 2 ++ 2 files changed, 3 insertions(+) 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