23 lines
769 B
Plaintext
23 lines
769 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://cyftuo4syatlv"]
|
|
|
|
[ext_resource type="Script" path="res://addons/panku_console/console.gd" id="1_dohs1"]
|
|
[ext_resource type="Theme" uid="uid://bk18yfu0d77wk" path="res://addons/panku_console/res/panku_console_theme.tres" id="2_wxhx6"]
|
|
[ext_resource type="Script" path="res://addons/panku_console/common/lynx_window2/lynx_windows_manager_2.gd" id="10_f7qaq"]
|
|
|
|
[node name="Console" type="CanvasLayer"]
|
|
process_mode = 3
|
|
layer = 128
|
|
script = ExtResource("1_dohs1")
|
|
|
|
[node name="LynxWindowsManager" type="Control" parent="."]
|
|
z_index = 1
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
theme = ExtResource("2_wxhx6")
|
|
script = ExtResource("10_f7qaq")
|