git » fp-git.git » commit 35565c0

created to save the drawing source in an easier format

author ecalot
2005-01-13 18:47:14 UTC
committer ecalot
2005-01-13 18:47:14 UTC
parent 91ee06c410621f0e0b134d74170ad0afca153801

created to save the drawing source in an easier format

FP/src/conf/room.conf +27 -0

diff --git a/FP/src/conf/room.conf b/FP/src/conf/room.conf
new file mode 100644
index 0000000..e32c448
--- /dev/null
+++ b/FP/src/conf/room.conf
@@ -0,0 +1,27 @@
+panel floor
+	area left
+		condition (!isIn(tile,TILES_WALL))&&(isIn(left,TILES_WALL))
+		image 63
+		xt (x-1)
+		yt y
+		y 2
+
+panel pillar
+	area left
+		condition isIn(left,TILES_PILLAR)
+		image 44
+		xt x-1
+		yt y
+		y 2
+	area this
+		condition isIn(tile,TILES_PILLAR)
+		image 43
+		xt x-1
+		yt y
+	area dleft
+		condition isIn(dleft,TILES_PILLAR)
+			image 45
+			xt x-1
+			yt y
+			y 3
+