1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2024-11-21 16:13:55 +00:00

Start moving some components

This commit is contained in:
Acamaeda 2020-10-29 22:55:01 -04:00
parent 5c16bbbbbd
commit 7472010fe7
2 changed files with 2 additions and 1 deletions

0
js/systemComponents.js Normal file
View file

View file

@ -504,7 +504,8 @@ function loadVue() {
})
Vue.component('overlay-head', {
template: ` <div class="overlayThing" style="padding-bottom:7px; width: 90%">
template: `
<div class="overlayThing" style="padding-bottom:7px; width: 90%">
<span v-if="player.devSpeed && player.devSpeed != 1" class="overlayThing">
<br>Dev Speed: {{format(player.devSpeed)}}x<br>
</span>