14 lines
364 B
Plaintext
14 lines
364 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://xqic6oa5d7oc"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/morse_banner.gd" id="1_475pl"]
|
|
|
|
[node name="MorseBanner" type="Control"]
|
|
custom_minimum_size = Vector2(200, 100)
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_475pl")
|