-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #551 from Calinou/networking-add-port-forward-help
Add instructions for port forwarding in the high-level multiplayer demos
- Loading branch information
Showing
8 changed files
with
89 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -166,4 +166,3 @@ size_flags_vertical = 0 | |
custom_fonts/font = SubResource( 8 ) | ||
text = "Player 1" | ||
align = 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,43 @@ | ||
[gd_resource type="TileSet" load_steps=2 format=2] | ||
[gd_resource type="TileSet" load_steps=3 format=2] | ||
|
||
[ext_resource path="res://brickfloor.png" type="Texture" id=1] | ||
|
||
[sub_resource type="RectangleShape2D" id=1] | ||
|
||
custom_solver_bias = 0.0 | ||
extents = Vector2( 24, 24 ) | ||
|
||
[resource] | ||
|
||
0/name = "wall" | ||
0/texture = ExtResource( 1 ) | ||
0/tex_offset = Vector2( 0, 0 ) | ||
0/modulate = Color( 1, 1, 1, 1 ) | ||
0/region = Rect2( 0, 0, 48, 48 ) | ||
0/tile_mode = 0 | ||
0/occluder_offset = Vector2( 24, 24 ) | ||
0/navigation_offset = Vector2( 24, 24 ) | ||
0/shape_offset = Vector2( 24, 24 ) | ||
0/shapes = [ SubResource( 1 ) ] | ||
0/shape_transform = Transform2D( 1, 0, 0, 1, 24, 24 ) | ||
0/shape = SubResource( 1 ) | ||
0/shape_one_way = false | ||
0/shape_one_way_margin = 1.0 | ||
0/shapes = [ { | ||
"autotile_coord": Vector2( 0, 0 ), | ||
"one_way": false, | ||
"one_way_margin": 1.0, | ||
"shape": SubResource( 1 ), | ||
"shape_transform": Transform2D( 1, 0, 0, 1, 24, 24 ) | ||
} ] | ||
0/z_index = 0 | ||
1/name = "floor" | ||
1/texture = ExtResource( 1 ) | ||
1/tex_offset = Vector2( 0, 0 ) | ||
1/modulate = Color( 1, 1, 1, 1 ) | ||
1/region = Rect2( 48, 0, 48, 48 ) | ||
1/tile_mode = 0 | ||
1/occluder_offset = Vector2( 24, 24 ) | ||
1/navigation_offset = Vector2( 24, 24 ) | ||
1/shape_offset = Vector2( 0, 0 ) | ||
1/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) | ||
1/shape_one_way = false | ||
1/shape_one_way_margin = 0.0 | ||
1/shapes = [ ] | ||
1/z_index = 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters