mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2024-11-21 16:13:55 +00:00
Pre-Alpha Patch 1
This commit is contained in:
parent
37e07e9b45
commit
09975f45c2
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue