forked from arturkot/the-house-game
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kitchen.html
36 lines (21 loc) · 846 Bytes
/
kitchen.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<div id="kitchen">
<div id="floor">
<div id="player">
<div id="sprite"></div>
<div id="shadow"></div>
</div>
<div id="glow"></div>
<div id="cupboard" class="transparent"></div>
<div id="cupboard_mask" class="transparent"></div>
<div id="table" class="transparent"></div>
<div id="table_mask" class="transparent"></div>
<div id="chair" class="transparent"></div>
<div id="fridge" class="transparent"></div>
</div>
<div id="door_kitchen" class="opacity" data-tooltip="Go to the corridor"></div>
<div id="window" data-tooltip="Look through the window"></div>
<div id="kitchen_kitchen_true"></div>
<div id="kitchen_use_1"></div>
<div id="kitchen_use_2"></div>
<div id="kitchen_use_3"></div>
</div>