revert menu icon to its original view
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script lang="typescript">
|
||||
import { onDestroy } from 'svelte';
|
||||
import { onDestroy } from "svelte";
|
||||
|
||||
import { gameManager } from '../../Phaser/Game/GameManager';
|
||||
import { gameManager } from "../../Phaser/Game/GameManager";
|
||||
|
||||
export let userId: number;
|
||||
export let placeholderSrc: string;
|
||||
@@ -17,7 +17,7 @@ import { onDestroy } from 'svelte';
|
||||
onDestroy(unsubscribe);
|
||||
</script>
|
||||
|
||||
<img src={src} alt="" class="nes-pointer">
|
||||
<img {src} alt="" class="nes-pointer" />
|
||||
|
||||
<style>
|
||||
img {
|
||||
@@ -31,4 +31,4 @@ import { onDestroy } from 'svelte';
|
||||
padding: 0;
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user