Remove idea
This commit is contained in:
@@ -107,8 +107,8 @@
|
||||
<!-- <polygon class="wall inverse" points="-160,-40 -170,-120 40,-110 170,-120 160,40 170,130 -40,110 -170,120" /> -->
|
||||
|
||||
<g id="player" class="ship">
|
||||
<line id="cannon" x1="0" y1="0" x2="8" y2="0" stroke="black"/>
|
||||
<circle id="body" cx="0" cy="0" r="5"/>
|
||||
<line id="cannon" x1="0" y1="0" x2="3" y2="0" stroke="black"/>
|
||||
<circle id="body" cx="0" cy="0" r="1"/>
|
||||
<line id="velocity-indicator" x1="0" y1="0" x2="0" y2="0"/>
|
||||
<line id="acceleration-indicator" x1="0" y1="0" x2="0" y2="0"/>
|
||||
<g id="legs">
|
||||
@@ -202,7 +202,6 @@
|
||||
<li xmlns="http://www.w3.org/1999/xhtml">additional cannon firing modes</li>
|
||||
<li xmlns="http://www.w3.org/1999/xhtml">keep ship position at 0,0 actual</li>
|
||||
<li xmlns="http://www.w3.org/1999/xhtml">only start on movement not just any keypress</li>
|
||||
<li xmlns="http://www.w3.org/1999/xhtml">draw a parabolic line for bullet trajectory in gravity?</li>
|
||||
</ul>
|
||||
<pre id="debug" xmlns="http://www.w3.org/1999/xhtml"></pre>
|
||||
<div id="pointer" xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
Reference in New Issue
Block a user