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

26 lines
748 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://Player.tscn" type="PackedScene" id=1]
[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="Player" parent="." instance=ExtResource( 1 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 12.7215, 13.0596, -0.85251 )
[node name="Debug" type="Label" parent="."]
margin_left = 8.91335
margin_top = 9.52806
margin_right = 49.9134
margin_bottom = 23.5281
custom_colors/font_color_shadow = Color( 0, 0, 0, 1 )
text = "Debug"
__meta__ = {
"_edit_use_anchors_": false
}