Added workspace
This commit is contained in:
parent
bca8fdf610
commit
b4503eff21
2
.gitignore
vendored
2
.gitignore
vendored
@ -12,7 +12,9 @@
|
||||
!*.tscn
|
||||
!*.blend
|
||||
!*.ttf
|
||||
!*.cfg
|
||||
!.gitignore
|
||||
!.gitattributes
|
||||
!project.godot
|
||||
!project.code-workspace
|
||||
.godot/
|
||||
|
@ -3,7 +3,7 @@ extends Node
|
||||
var camera: Camera3D
|
||||
var player: Player
|
||||
var players: PlayerManager
|
||||
var instance_id := OS.get_process_id() % 4
|
||||
var username := "user%d" % instance_id
|
||||
var account_id: String
|
||||
var interacting_with_ui: bool
|
||||
var instance_id := OS.get_process_id() % 4
|
||||
var username := "user%d" % instance_id
|
||||
|
16
project.code-workspace
Normal file
16
project.code-workspace
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"name": "client",
|
||||
"path": "client"
|
||||
},
|
||||
{
|
||||
"name": "server",
|
||||
"path": "server"
|
||||
},
|
||||
{
|
||||
"name": "stresstest",
|
||||
"path": "stresstest"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user