[contraband-cvs] CVS: contraband/config defines.lisp,1.1,1.2
Status: Pre-Alpha
Brought to you by:
stig
|
From: Stig E S. <st...@us...> - 2003-06-25 16:20:26
|
Update of /cvsroot/contraband/contraband/config
In directory sc8-pr-cvs1:/tmp/cvs-serv28388/variants/contraband/config
Modified Files:
defines.lisp
Log Message:
updgraded decor/traps/doors and floors from x-attr/x-char/text-attr/text-char to strictly gfx-sym and text-sym, also updated code that uses this
Index: defines.lisp
===================================================================
RCS file: /cvsroot/contraband/contraband/config/defines.lisp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** defines.lisp 4 Apr 2003 11:49:16 -0000 1.1
--- defines.lisp 25 Jun 2003 16:20:23 -0000 1.2
***************
*** 24,31 ****
(register-information& "which-town" "bartertown")
! (define-floor-type* "nothing" "nothing"
:numeric-id 73
! :text-attr +term-white+
! :text-char #\Space
:flags 0
! :x-attr (tile-file 0) :x-char (tile-number 0))
--- 24,30 ----
(register-information& "which-town" "bartertown")
! (define-floor-type "nothing" "nothing"
:numeric-id 73
! :text-sym (text-paint-value +term-white+ #\Space)
:flags 0
! :gfx-sym (tile-paint-value 0 0))
|