1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2024-11-21 08:12:39 +00:00

Pre-Alpha Patch 1

This commit is contained in:
Jacorb90 2020-08-18 22:54:22 -04:00
parent 37e07e9b45
commit 09975f45c2

View file

@ -10,7 +10,7 @@
</head>
<body onload="load()">
<div id="app">
<img id="optionWheel" v-if="player.tab!='options'" src="options_wheel.jpg" onclick="showTab('options')"></img>
<img id="optionWheel" v-if="player.tab!='options'" src="options_wheel.JPG" onclick="showTab('options')"></img>
<br>You have <h2>{{format(player.points)}}</h2> Points
<div v-if="player.tab=='options'">
<button class="back" onclick="showTab('tree')"></button><br><br><br><br><br>