1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2024-11-23 08:51:48 +00:00

Pre-Alpha Patch 2

This commit is contained in:
Jacorb90 2020-08-18 22:59:34 -04:00
parent 09975f45c2
commit f059788cc1
3 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,7 @@
</head> </head>
<body onload="load()"> <body onload="load()">
<div id="app"> <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.png" onclick="showTab('options')"></img>
<br>You have <h2>{{format(player.points)}}</h2> Points <br>You have <h2>{{format(player.points)}}</h2> Points
<div v-if="player.tab=='options'"> <div v-if="player.tab=='options'">
<button class="back" onclick="showTab('tree')"></button><br><br><br><br><br> <button class="back" onclick="showTab('tree')"></button><br><br><br><br><br>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

BIN
options_wheel.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB