Skip to content

Commit 7dc7f59

Browse files
committed
feat: add not-found character
1 parent 4666db6 commit 7dc7f59

11 files changed

Lines changed: 36 additions & 20 deletions

File tree

player/game-screen.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import {
1313
type IStepper,
1414
type ItemContainer,
1515
MainCharacter,
16-
RandomWalkNPC,
1716
spawnCharacter,
1817
} from "../model/character.ts"
1918
import { BlockMap, FieldBlock, SpawnInfo } from "../model/field-block.ts"

static/char/not-found/down0.png

125 Bytes
Loading

static/char/not-found/down1.png

132 Bytes
Loading

static/char/not-found/left0.png

125 Bytes
Loading

static/char/not-found/left1.png

132 Bytes
Loading

static/char/not-found/right0.png

125 Bytes
Loading

static/char/not-found/right1.png

132 Bytes
Loading

static/char/not-found/up0.png

125 Bytes
Loading

static/char/not-found/up1.png

132 Bytes
Loading

static/index.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,6 @@
2121
class="js-key-monitor js-swipe-handler"
2222
style="overscroll-behavior-y: none; overscroll-behavior-x: none; min-height: 100svh"
2323
>
24-
<p
25-
class="text-neutral-500 relative text-xs flex items-center justify-between w-full max-w-[450px] font-8bit"
26-
>
27-
<span class="px-0.5">FPS <span class="js-fps-monitor">-</span></span>
28-
<span class="js-loading-indicator hidden">
29-
<svg
30-
xmlns="http://www.w3.org/2000/svg"
31-
class="animate-spin w-4 h-4"
32-
viewBox="0 0 24 24"
33-
fill="currentColor"
34-
>
35-
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
36-
<path
37-
d="M4.929 4.929c3.905 -3.905 10.237 -3.905 14.142 0c3.905 3.905 3.905 10.237 0 14.142c-3.905 3.905 -10.237 3.905 -14.142 0c-3.905 -3.905 -3.905 -10.237 0 -14.142zm3.535 2.121a1 1 0 0 0 -1.414 0a7 7 0 0 0 0 9.9a1 1 0 1 0 1.414 -1.414a5 5 0 0 1 0 -7.072a1 1 0 0 0 0 -1.414z"
38-
/>
39-
</svg>
40-
</span>
41-
</p>
4224
<div
4325
class="js-game-screen js-item-get-effector relative h-[320px] w-[320px] overflow-hidden"
4426
>
@@ -70,6 +52,24 @@
7052
>
7153
</div>
7254
</div>
55+
<p
56+
class="text-neutral-500 relative text-xs flex items-center justify-between w-full max-w-[450px] font-8bit"
57+
>
58+
<span class="px-0.5">FPS <span class="js-fps-monitor">-</span></span>
59+
<span class="js-loading-indicator hidden">
60+
<svg
61+
xmlns="http://www.w3.org/2000/svg"
62+
class="animate-spin w-4 h-4"
63+
viewBox="0 0 24 24"
64+
fill="currentColor"
65+
>
66+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
67+
<path
68+
d="M4.929 4.929c3.905 -3.905 10.237 -3.905 14.142 0c3.905 3.905 3.905 10.237 0 14.142c-3.905 3.905 -10.237 3.905 -14.142 0c-3.905 -3.905 -3.905 -10.237 0 -14.142zm3.535 2.121a1 1 0 0 0 -1.414 0a7 7 0 0 0 0 9.9a1 1 0 1 0 1.414 -1.414a5 5 0 0 1 0 -7.072a1 1 0 0 0 0 -1.414z"
69+
/>
70+
</svg>
71+
</span>
72+
</p>
7373
<div
7474
class="w-full text-center font-8bit text-neutral-500 text-sm fixed bottom-5 sm:hidden"
7575
>

0 commit comments

Comments
 (0)