63 lines
1.3 KiB
Text
63 lines
1.3 KiB
Text
[gd_scene load_steps=2 format=3 uid="uid://dqa6jrnw8qfbt"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/console.gd" id="1_da4k3"]
|
|
|
|
[node name="console" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_da4k3")
|
|
|
|
[node name="Panel" type="Panel" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 438.0
|
|
offset_top = 507.0
|
|
offset_right = 725.0
|
|
offset_bottom = 630.0
|
|
|
|
[node name="consoleEdit" type="LineEdit" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 7
|
|
anchor_left = 0.5
|
|
anchor_top = 1.0
|
|
anchor_right = 0.5
|
|
anchor_bottom = 1.0
|
|
offset_left = -107.0
|
|
offset_top = -97.0
|
|
offset_right = 107.0
|
|
offset_bottom = -58.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 7
|
|
anchor_left = 0.5
|
|
anchor_top = 1.0
|
|
anchor_right = 0.5
|
|
anchor_bottom = 1.0
|
|
offset_left = -66.0
|
|
offset_top = -134.0
|
|
offset_right = 66.0
|
|
offset_bottom = -108.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
text = "Enter Hacks here"
|
|
|
|
[node name="Label2" type="Label" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 452.0
|
|
offset_top = 599.0
|
|
offset_right = 492.0
|
|
offset_bottom = 622.0
|
|
text = "Output: "
|
|
|
|
[node name="output" type="Label" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 522.0
|
|
offset_top = 600.0
|
|
offset_right = 562.0
|
|
offset_bottom = 623.0
|