Debug label in Game.tscn

remotes/1705382094874458415/tmp_refs/heads/godot4-port
unfa 2020-06-14 21:02:51 +02:00
parent 26cce05399
commit 064bf1a5f5
1 changed files with 12 additions and 0 deletions

View File

@ -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
}