make apply-world-attributes generic
parent
ab7d8aca7c
commit
3cfe2afa44
|
@ -125,7 +125,8 @@ M: world request-focus-on ( child gadget -- )
|
||||||
[ T{ rgba f 0.0 0.0 0.0 0.0 } ]
|
[ T{ rgba f 0.0 0.0 0.0 0.0 } ]
|
||||||
[ T{ rgba f 1.0 1.0 1.0 1.0 } ] if ;
|
[ T{ rgba f 1.0 1.0 1.0 1.0 } ] if ;
|
||||||
|
|
||||||
: apply-world-attributes ( world attributes -- world )
|
GENERIC# apply-world-attributes 1 ( world attributes -- world )
|
||||||
|
M: world apply-world-attributes ( world attributes -- world )
|
||||||
{
|
{
|
||||||
[ title>> >>title ]
|
[ title>> >>title ]
|
||||||
[ status>> >>status ]
|
[ status>> >>status ]
|
||||||
|
|
Loading…
Reference in New Issue