This website works better with JavaScript.
Home
Explore
Help
Sign In
cosine
/
nv-moba
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'sync' of github.com:CosineGaming/nv-moba into sync
master
Luna
7 years ago
parent
03dbfd1108
d81e143084
commit
8cd0055b5d
2 changed files
with
2 additions
and
5 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-4
scripts/lobby.gd
+1
-1
util/server.sh
+ 1
- 4
scripts/lobby.gd
View File
@ -1,10 +1,7 @@
extends
"
res://scripts/args.gd
"
extends
"
res://scripts/args.gd
"
# class member variables go here, for example:
# var a = 2
# var b = "textvar"
var
SERVER_PORT
=
54672
var
SERVER_PORT
=
54672
var
MAX_PLAYERS
=
1
0
var
MAX_PLAYERS
=
50
var
player_info
=
{
}
var
player_info
=
{
}
var
my_info
=
{
}
var
my_info
=
{
}
+ 1
- 1
util/server.sh
View File
@ -1,2 +1,2 @@
godot
-server
-level
=
2
-silent -server -start-game
godot -level
=
2
-silent -server -start-game
Write
Preview
Loading…
Cancel
Save