diff --git a/experiment.t b/experiment.t index 0935ec2..046043f 100644 --- a/experiment.t +++ b/experiment.t @@ -41,6 +41,8 @@ gameMain: GameMainDef ";} ; +#include "src/item/whitePanels.t" + #include "src/room/orangeRoom.t" #include "src/room/orangeBathroom.t" diff --git a/src/item/whitePanels.t b/src/item/whitePanels.t new file mode 100644 index 0000000..99b3336 --- /dev/null +++ b/src/item/whitePanels.t @@ -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 + ] +;