1
0
mirror of https://github.com/JohnBreaux/Boat-Battle.git synced 2024-11-15 13:25:58 +00:00
Boat-Battle/godot_ship/scenes/Debug Menu.tscn

44 lines
1.1 KiB
Plaintext
Raw Normal View History

[gd_scene load_steps=3 format=2]
[ext_resource path="res://main.tres" type="Theme" id=1]
[ext_resource path="res://script/debug/debug_menu.gd" type="Script" id=2]
2021-10-15 01:46:51 +00:00
[node name="Debug" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = -360.0
margin_bottom = -360.0
theme = ExtResource( 1 )
script = ExtResource( 2 )
2021-10-15 01:46:51 +00:00
__meta__ = {
"_edit_use_anchors_": false
}
[node name="debug_canvas" type="CanvasLayer" parent="."]
layer = 69
offset = Vector2( 0, -360 )
transform = Transform2D( 1, 0, 0, 1, 0, -360 )
[node name="VBoxContainer" type="VBoxContainer" parent="debug_canvas"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_bottom = -180.0
custom_constants/separation = 2
__meta__ = {
"_edit_use_anchors_": false
}
[node name="TextEdit" type="TextEdit" parent="debug_canvas/VBoxContainer"]
margin_right = 640.0
margin_bottom = 144.0
rect_min_size = Vector2( 0, 144 )
text = "Turn 0
Player 1: 0 ships, 0 hits, 0 misses"
[node name="LineEdit" type="LineEdit" parent="debug_canvas/VBoxContainer"]
margin_top = 146.0
margin_right = 640.0
margin_bottom = 170.0
text = ">"
caret_blink = true