18 lines
548 B
Text
18 lines
548 B
Text
[gd_scene load_steps=3 format=3 uid="uid://cscsuljo8ivad"]
|
|
|
|
[ext_resource type="Script" path="res://control.gd" id="1_demfw"]
|
|
[ext_resource type="PackedScene" uid="uid://cxbalfjqtp06t" path="res://canvas_layer.tscn" id="2_jr3s0"]
|
|
|
|
[node name="Control" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
script = ExtResource("1_demfw")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 23.0
|
|
|
|
[node name="CanvasLayer" parent="." instance=ExtResource("2_jr3s0")]
|