Skip to content

Commit

Permalink
moving files into src dir
Browse files Browse the repository at this point in the history
  • Loading branch information
paolini committed Jan 25, 2025
1 parent 9f1b89e commit f247021
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion js/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ <h1 id="my-title">Surf</h1>
<canvas id="my-canvas" width="640" height="480"></canvas>
<div id="my-commands">???</div>
<pre id="my-info">???</pre>
<script type="module" src="/main.ts"></script>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
File renamed without changes.
1 change: 0 additions & 1 deletion js/commands.ts → js/src/commands.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import World from './world'
import Surf from './surf'
import {Pringle} from './surfs/pringle'
import {Catenoid} from './surfs/catenoid'
import {Cube} from './surfs/cube'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f247021

Please sign in to comment.