This repository has been archived on 2022-01-09. You can view files and clone it, but cannot push or open issues/pull-requests.
liblast/Game.tscn

13 lines
348 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://Game.gd" type="Script" id=2]
[ext_resource path="res://Level.tscn" type="PackedScene" id=3]
[node name="Game" type="Spatial"]
script = ExtResource( 2 )
SERVER_IP = "172.28.166.24"
[node name="Level" parent="." instance=ExtResource( 3 )]
[node name="Players" type="Spatial" parent="."]