-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathScrounge.html
35 lines (32 loc) · 1.79 KB
/
Scrounge.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
<head>
<link rel="icon" sizes="16x16 32x32" href="/favicon.ico?v=2">
<title>Scrounge</title>
<meta charset="UTF-8">
</head>
<body>
<div id="preload" style="display: none">
<!-- SpriteSheets -->
<img src="/Aufloesung1920x1080/MegaSpriteSheets/MegaSpriteSheetInterfaceHover.webp" width="1" height="1"/>
<img src="/Aufloesung1920x1080/MegaSpriteSheets/MegaSpriteSheetInterfaceVerticalRepeat.webp" width="1" height="1"/>
<img src="/Aufloesung1920x1080/MegaSpriteSheets/MegaSpriteSheetInterfaceHorizontalRepeat.webp" width="1" height="1"/>
<img src="/Aufloesung1920x1080/MegaSpriteSheets/MegaSpriteSheetItemsBuyables.webp" width="1" height="1"/>
<img src="/Aufloesung1920x1080/MegaSpriteSheets/MegaSpriteSheetWorldMap.webp" width="1" height="1"/>
</div>
</body>
<template name="masterLayout">
<div id="right_resolution">
{{> yield region='border'}} {{> yield region='middle'}} {{> yield region='buyMenuField'}}
</div>
<div id="wrong_resolution">
<div id="resize_instruction" class="text">
<p>Scrounge currently only supports a resolution of 1920px or higher (width).</p>
<p style="margin-top: 30px;">Please zoom out to play the game.</p>
<div style="left: 50%; margin-left: -150px; width: 300px; height: 180px">
<p> windows </p>
<img id="Ctrl" style="width: 150px; height: 70px; float: left"> <p style="font-size: 30pt; position: relative; float: left; margin: 10px 26px 0px 26px;"> + </p> <img id="Minus" style="width: 70px; height: 70px; display: block">
<p> macintosh </p>
<img id="Cmd" style="width: 150px; height: 70px; float: left"> <p style="font-size: 30pt; position: relative; float: left; margin: 10px 26px 0px 26px;"> + </p> <img id="Minus" style="width: 70px; height: 70px">
</div>
</div>
</div>
</template>