Remove idea

This commit is contained in:
2026-02-04 12:53:16 -08:00
parent 6d7214dd46
commit 93937df1fd

View File

@@ -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" /> --> <!-- <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"> <g id="player" class="ship">
<line id="cannon" x1="0" y1="0" x2="8" y2="0" stroke="black"/> <line id="cannon" x1="0" y1="0" x2="3" y2="0" stroke="black"/>
<circle id="body" cx="0" cy="0" r="5"/> <circle id="body" cx="0" cy="0" r="1"/>
<line id="velocity-indicator" x1="0" y1="0" x2="0" y2="0"/> <line id="velocity-indicator" x1="0" y1="0" x2="0" y2="0"/>
<line id="acceleration-indicator" x1="0" y1="0" x2="0" y2="0"/> <line id="acceleration-indicator" x1="0" y1="0" x2="0" y2="0"/>
<g id="legs"> <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">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">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">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> </ul>
<pre id="debug" xmlns="http://www.w3.org/1999/xhtml"></pre> <pre id="debug" xmlns="http://www.w3.org/1999/xhtml"></pre>
<div id="pointer" xmlns="http://www.w3.org/1999/xhtml"> <div id="pointer" xmlns="http://www.w3.org/1999/xhtml">

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB