Skip to content

Instantly share code, notes, and snippets.

@DSGuy02
DSGuy02 / MyNakama.gd
Created February 10, 2022 12:58 — forked from MysteryPoo/MyNakama.gd
Initial prototype for attaching dockerized dedicated Game Servers to Nakama matches
# This is a very messy prototype Autoload to test Nakama with a Dedicated Server
# This file won't do much of anything on its own, but I'm using it to drive
# a dedicated server for a game already made
extends Node
enum OP {
HOST,
STARTGAME,
LOBBYMESSAGE,
REGISTER_AS_SERVER,