godot-start/scene/demo01_hello/CustomNode.tscn

7 lines
226 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://xl6nmhnrybxt"]
[ext_resource type="Script" path="res://scene/demo01_hello/script/CustomNode.gd" id="1_eg1cy"]
[node name="CustomNode" type="Node2D"]
script = ExtResource("1_eg1cy")