improved clikc area triangle hiding and text wrapping
This commit is contained in:
@@ -10,9 +10,11 @@
|
||||
<title>TextHorror</title>
|
||||
</head>
|
||||
|
||||
<body onpageshow="load()" onmouseup="mouseUp()" onmousedown="mouseDown()">
|
||||
<div id="bubble"></div>
|
||||
<img id="triangle" src="text_horror/assets/triangle.png">
|
||||
<body onpageshow="load()">
|
||||
<div id="bubble">
|
||||
<p id="dlg-text"></p>
|
||||
</div>
|
||||
<img hidden="true" id="triangle" src="text_horror/assets/triangle.png">
|
||||
<p class="thx-for-playing">Thanks for playing</p>
|
||||
</body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user