More work
This commit is contained in:
parent
445d02ad0f
commit
e10b6ec7d4
9 changed files with 144 additions and 5 deletions
16
Scenes/Node Types/Sine.tscn
Normal file
16
Scenes/Node Types/Sine.tscn
Normal file
|
@ -0,0 +1,16 @@
|
|||
[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")
|
Loading…
Add table
Add a link
Reference in a new issue