mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-05 00:57:22 +00:00
MultiLoc decorations
This commit is contained in:
parent
6a9bd0d991
commit
7dd2dcb63c
2 changed files with 14 additions and 0 deletions
|
|
@ -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
12
src/item/whitePanels.t
Normal 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
|
||||
]
|
||||
;
|
||||
Loading…
Add table
Add a link
Reference in a new issue