master
*anna* 3 years ago
parent 541d45799a
commit f56af381ec

BIN
.DS_Store vendored

Binary file not shown.

BIN
tree/.DS_Store vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

@ -117,3 +117,10 @@ p.text_container {
position: fixed;
z-index:-1;
}
#grass {
bottom:15%;
position: fixed;
z-index:-1;
width:100%
}

@ -9,7 +9,7 @@
</head>
<body>
<div id="groundline"></div>
<!--<div id="groundline"></div>-->
<div id="newspaper_index" style="display: none;">
<div class="index_content">
Juicy Local News<br><br>
@ -29,18 +29,19 @@
</div>
<div id="player_img"></div>
<img id="bench" src="imgs/park/bench1.gif" height="160px">
<img id="tree1" src="imgs/park/tree1.gif" height="300px">
<img id="tree2" src="imgs/park/tree4.gif" height="200px">
<img id="tree3" src="imgs/park/tree4.gif" height="200px">
<img id="tree4" src="imgs/park/tree1.gif" height="280px">
<img id="bench" src="imgs/park/bench1.gif" height="20%">
<img id="tree1" src="imgs/park/tree1.gif" height="35%">
<img id="tree2" src="imgs/park/tree4.gif" height="25%">
<img id="tree3" src="imgs/park/tree4.gif" height="25%">
<img id="tree4" src="imgs/park/tree1.gif" height="25%">
<!--<img id="gardener1" src="imgs/park/gardener1.gif" height="180px">-->
<img id="fountain" src="imgs/park/pond.gif" height="80px">
<img id="sun" src="imgs/park/sun1.gif" height="80px">
<img id="sun" src="imgs/park/sun1.gif" height="10%">
<img id="newspaper" src="imgs/park/newspaper2.gif" height="50px">
<img id="flower1" src="imgs/park/flower1.gif" height="50px">
<img id="flower2" src="imgs/park/flower2.gif" height="50px">
<img id="newspaper" src="imgs/park/newspaper2.gif" height="7%">
<img id="flower1" src="imgs/park/flower1.gif" height="5%">
<img id="flower2" src="imgs/park/flower2.gif" height="7%">
<!--<img id="grass" src="imgs/park/grass.gif">-->
<p class="text_container"> Hello <span id="player_name"> </span>. It's Saturday morning. You are at the park waiting for your friend Amanda. She seems to be really late.
You spot a copy of today's newspaper on the bench close to you. Maybe you want to <button id="open_newspaper_index">give it a read</button>. You can <a href="1_walk.html">go for a little walk</a> or just <a href="1_amanda.html">wait for Amanda</a> if you feel like it. </p>

Loading…
Cancel
Save