Added full module example

This commit is contained in:
Alejandro Saucedo 2020-09-20 17:19:12 +01:00
parent f3c2d8e2b6
commit b74d9b203c
35 changed files with 92 additions and 40 deletions

View file

@ -0,0 +1,8 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://godot_resources/scripts/CustomModuleExampleScene.gd" type="Script" id=1]
[node name="Parent" type="Node2D"]
script = ExtResource( 1 )
[node name="CustomKomputeNode" type="KomputeSummatorNode" parent="."]