MultiLoc decorations

This commit is contained in:
He4eT 2019-11-11 03:04:12 +05:00
commit 7dd2dcb63c
2 changed files with 14 additions and 0 deletions

View file

@ -41,6 +41,8 @@ gameMain: GameMainDef
";}
;
#include "src/item/whitePanels.t"
#include "src/room/orangeRoom.t"
#include "src/room/orangeBathroom.t"

12
src/item/whitePanels.t Normal file
View file

@ -0,0 +1,12 @@
+ whitePanels: MultiLoc, Decoration, Fixture
'(wall) white matte panel*panels'
'white panels'
"The basis of the local interior."
locationList = [
orangeRoom,
orangeBathroom,
yellowRoom,
cyanRoom
]
;