Overhauled camera
This commit is contained in:
parent
5fe8f22ccb
commit
da78e7f287
21 changed files with 385 additions and 71 deletions
|
|
@ -1,7 +1,5 @@
|
|||
extends Node
|
||||
|
||||
const WEBSOCKET_ENDPOINT: String = "wss://dev.bytesandpieces.xyz:9088"
|
||||
|
||||
# By default, peer_id is 1. This should make everything work flawless for local hotseat
|
||||
var peer_id: int = 1
|
||||
|
||||
|
|
|
|||
6
Globals/GameSettings.gd
Normal file
6
Globals/GameSettings.gd
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
extends Node
|
||||
|
||||
const DEFAULT_LOBBY_ENDPOITN: String = "wss://dev.bytesandpieces.xyz:9088"
|
||||
|
||||
|
||||
var LOBBY_ENDPOINT: String = "wss://dev.bytesandpieces.xyz:9088"
|
||||
Loading…
Add table
Add a link
Reference in a new issue