generated from godotengine/godot-cpp-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tscn
More file actions
16 lines (11 loc) · 571 Bytes
/
main.tscn
File metadata and controls
16 lines (11 loc) · 571 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[gd_scene load_steps=3 format=3 uid="uid://cexe77d1cxuao"]
[ext_resource type="Texture2D" uid="uid://dqvj6gt5kx3f6" path="res://icon.svg" id="1_ry8g2"]
[ext_resource type="PackedScene" uid="uid://wf4uqecvsntq" path="res://scenes/debug.tscn" id="2_cdjr8"]
[node name="Root" type="Node2D"]
[node name="CustomSprite" type="CustomSprite" parent="."]
amplitude = 80.0
speed = 2.0
position = Vector2(343, 157)
texture = ExtResource("1_ry8g2")
[node name="CanvasLayer" type="CanvasLayer" parent="."]
[node name="Debug" parent="CanvasLayer" instance=ExtResource("2_cdjr8")]