Skip to content

Commit

Permalink
sounds! :D
Browse files Browse the repository at this point in the history
  • Loading branch information
increpare committed May 7, 2015
1 parent 206b970 commit 80fda21
Show file tree
Hide file tree
Showing 7 changed files with 4,401 additions and 167 deletions.
Binary file added exiticon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
131 changes: 131 additions & 0 deletions help.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
<html>
<head>
<link rel="icon"
type="image/png"
href="favicon.png">

<style type="text/css">
#maincanvas {
cursor:crosshair;
}
body {
-webkit-user-select: none; /* webkit (safari, chrome) browsers */
-moz-user-select: none; /* mozilla browsers */
-khtml-user-select: none; /* webkit (konqueror) browsers */
-ms-user-select: none; /* IE10+ */
}
select {
background-color:black;
color:white;
}
canvas {
position:relative;
}
body {
background-color:black;
color: white;
margin-top: 0;
padding-top: 0;
border-top: 0;
}
ul {
list-style-type: none;
overflow:hidden; overflow-y:scroll;
}
input {
background-color: black;
color:white;
font-size: 200%;
text-align: center;
margin-bottom: 5px;
}
input#linkInput {
background-color: black;
color:white;
font-size: 150%;
text-align: center;
margin-bottom: 5px;
padding-bottom:3px;
}
li {
font-size: 150%;
text-align: center;
width:100%;
}
a {
color:white;
}
a.layerItem{
color: white;
background-color: black;
text-decoration: none;
width:100%;
display:block;
}
a.layerItem.selectedItem{
color: black;
background-color: white;
}
img.selected {
border: 2px solid red;
}
li.selected {
cursor:auto;
color:white;
}
a{
white-space:nowrap;
}
div.selected {
height:16px;
width:30px;
border: 2px solid red;
}
div.unselected {
height:16px;
width:30px;
border: 2px solid black;
}
img.radius {
border: 1px solid black;
}
img.selected {
border: 1px solid red;
}
select {
width:100%;
-webkit-appearance: none;
-moz-appearance: none;
}
select::-ms-expand {
display: none;
}
canvas#dropdownthumb {
border:2px solid gray;
background-color:black;
}
</style>
</head>
<body>
<h1>how to</h1>
<p>
<img src="helpimage.png" style="border:2px gray dashed;">
<p>
<a href="http://www.flickgame.org/play.html?p=b595632967f638a1c0d3">example game</a>
<p>
<h2>editor</h2>
<p>
<b>C</b> : copy current image<br>
<b>V</b> : paste current image<br>
<b>Z</b> : undo<br>
<b>+</b>/<b>-</b> : increase/decrease brush size
<p>
<h2>player</h2>
<b>F</b> : go fullscreen
<h2>source code</h2>
<p>
<a href="https://github.com/increpare/flickgame">github</a>
<p>
made by <a href="http://www.increpare.com">increpare</a> [ <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=RF7ZTG7FEU7YN&lc=GB&item_name=pinballl&item_number=pinballl%20donation&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted">DONATE</a> ]
</body>
</html>
Loading

0 comments on commit 80fda21

Please sign in to comment.