Added sounds & sprites

This commit is contained in:
Thomas
2020-09-04 15:44:26 +02:00
parent 832e55c0a3
commit cf7652a39e
11 changed files with 75 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
import { ToastProgrammatic as Toast } from 'buefy'
const connection = new WebSocket('ws://localhost:8181/socket')
// const connection = new WebSocket('wss://tronio.gltronic.ovh/socket')
// const connection = new WebSocket('ws://localhost:8181/socket')
const connection = new WebSocket('wss://tronio.gltronic.ovh/socket')
export default function createSocketPlugin () {
return store => {