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:
parent
5c16bbbbbd
commit
7472010fe7
2 changed files with 2 additions and 1 deletions
0
js/systemComponents.js
Normal file
0
js/systemComponents.js
Normal file
3
js/v.js
3
js/v.js
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue