feat(home): pictochat -> contact
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
// the out transition:
|
||||
// clicked button goes up
|
||||
// other buttons, including selector fade away, text + status bar of upper screen and clock hands fades away 2x faster
|
||||
// other buttons + calendar + clock body finish fading away at the same time
|
||||
// then we wait a bit, and new screen starts appearing
|
||||
|
||||
import GameButton from "./GameButton.vue";
|
||||
import PictochatButton from "./PictochatButton.vue";
|
||||
import ContactButton from "./ContactButton.vue";
|
||||
import DownloadPlayButton from "./DownloadPlayButton.vue";
|
||||
import Selector from "~/components/Common/ButtonSelector.vue";
|
||||
|
||||
@@ -67,7 +61,7 @@ const getOpacity = (button?: ButtonType) => {
|
||||
:y="72 + getButtonOffset('downloadPlay')"
|
||||
:opacity="getOpacity('downloadPlay')"
|
||||
/>
|
||||
<PictochatButton
|
||||
<ContactButton
|
||||
:x="32"
|
||||
:y="72 + getButtonOffset('contact')"
|
||||
:opacity="getOpacity('contact')"
|
||||
|
||||
Reference in New Issue
Block a user