LunaCON: provide access to wall[].blend.

git-svn-id: https://svn.eduke32.com/eduke32@4396 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2014-03-25 21:04:37 +00:00
parent e304f3a518
commit d656171777
2 changed files with 3 additions and 0 deletions

View file

@ -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"),

View file

@ -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