diff --git a/Game.tscn b/Game.tscn index 3649fd1..d59c068 100644 --- a/Game.tscn +++ b/Game.tscn @@ -6,8 +6,20 @@ [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 +}