Godot-4-Multiplayer-Lan-Tutorial
Godot-4-Multiplayer-Lan-Tutorial copied to clipboard
How to get game running on `main` branch locally
For anyone else testing out project
in MultiplayerScene.gd
at top set as localhost
#@export var Address = "204.48.28.159"
@export var Address = "127.0.0.1"