mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-24 02:27:32 +00:00
Change to use gameboy
This commit is contained in:
parent
5e6f4742af
commit
6d04522855
1 changed files with 1 additions and 2 deletions
3
main.go
3
main.go
|
|
@ -28,10 +28,9 @@ const gameboyIndex = "./static/gameboy.html"
|
|||
const httpIndex = "./static/index_http.html"
|
||||
const wsIndex = "./static/index_ws.html"
|
||||
|
||||
// var webRTC *webrtc.WebRTC
|
||||
var width = 256
|
||||
var height = 240
|
||||
var indexFN string = wsIndex
|
||||
var indexFN string = gameboyIndex
|
||||
var service string = "ws"
|
||||
|
||||
// Time allowed to write a message to the peer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue