mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-16 01:11:28 +00:00
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:
parent
e304f3a518
commit
d656171777
2 changed files with 3 additions and 0 deletions
|
@ -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"),
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue