Animated sprite support, server bug fixes

This commit is contained in:
gltron
2021-07-14 16:12:28 +02:00
parent 37a6581a27
commit 1ddd5c781d
10 changed files with 19672 additions and 2666 deletions

View File

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