16 lines
528 B
Text
16 lines
528 B
Text
[gd_scene load_steps=3 format=3 uid="uid://drsi02xhgrtsc"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://b0arjg8r75f8y" path="res://Scenes/Nodes/Node.tscn" id="1_m6pki"]
|
|
[ext_resource type="Script" uid="uid://cetd8fp5y2ls0" path="res://Scripts/GL_Sine.gd" id="2_claki"]
|
|
|
|
[node name="Sine" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="Node" parent="." instance=ExtResource("1_m6pki")]
|
|
layout_mode = 0
|
|
script = ExtResource("2_claki")
|