Skip to content

Commit

Permalink
ruin release
Browse files Browse the repository at this point in the history
  • Loading branch information
nonobstant committed Mar 20, 2021
1 parent 7256370 commit b854f8b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "RUIN",
"version": "0.0.1",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
38 changes: 21 additions & 17 deletions src/views/home.vue
Expand Up @@ -53,21 +53,18 @@
<span class="font-bold"
>231 : Fly me to the Moon - MidnightVersion
</span>

</p>
<p><span class="font-bold">308 : Minor Fantasy - C.G </span></p>
<p><span class="font-bold">385 : Problème d'émotion </span></p>
<p>
<span class="font-bold"
>462 : Wasteland Nostalgia- Ergo Proxy Soundtrack 11
</span>

</p>
<p>
<span class="font-bold"
>539 : Making of Cyborg - Ghost in the Shell Soundtrack
</span>

</p>
<p>
<span class="font-bold">616 : Prison Toys - Little Nightmares</span>
Expand All @@ -76,7 +73,6 @@
<span class="font-bold"
>693 : Ib game music medley-20120610-by-YASUpochi</span
>

</p>
<p>
<span class="font-bold">770 : Waltz-With-Bashir-OST-04-JSB-RPG</span>
Expand All @@ -85,29 +81,40 @@
<span class="font-bold"
>847 : 04 Going_To_Zone - Metropolis 2001 Soundtracks</span
>

</p>
<p><span class="font-bold">924 : Gloomy-Sunday</span> </p>
<p><span class="font-bold">924 : Gloomy-Sunday</span></p>
<p>
<span class="font-bold"
>1001 : Kumo To Rouba To Shoujo - Jigoku Shojo</span
>

</p>
</div>
<br>
<br />
<div class="text-sm font-bold mt-24 pb-6">
(Support our games & projects development with a donation !)
</div>
<div class="relative w-full h-32 ml-28 pb-10">
<a class="cursor-pointer w-full block absolute z-50" style="width:80px;height:80px" target="_blank" href="https://www.paypal.com/paypalme/atelier404"></a>
<qrcode-vue class="absolute" background="rgba(0,0,0,0)" :foreground="qrcolor" renderAs="svg" :value="value" :size="size" level="H" />
<a
class="cursor-pointer w-full block absolute z-50"
style="width:80px;height:80px"
target="_blank"
href="https://www.paypal.com/paypalme/atelier404"
></a>
<qrcode-vue
class="absolute"
background="rgba(0,0,0,0)"
:foreground="qrcolor"
renderAs="svg"
:value="value"
:size="size"
level="H"
/>
</div>
</div>
</template>

<script>
import QrcodeVue from 'qrcode.vue'
import QrcodeVue from "qrcode.vue";
export default {
name: "clicker",
Expand Down Expand Up @@ -318,23 +325,20 @@ export default {
"Désolation",
"Dévasté",
"Reconstruire",
"Bâtir",
"Bâtir"
],
// Active word
mot: "Ruin",
// Active image
image: "",
theme: "",
value: 'https://www.paypal.com/paypalme/atelier404',
value: "https://www.paypal.com/paypalme/atelier404",
size: 80,
qrcolor: "white"
};
},
components: {
QrcodeVue,
QrcodeVue
},
mounted() {
// this.tick(1)
Expand Down

0 comments on commit b854f8b

Please sign in to comment.