Added full module example
This commit is contained in:
parent
f3c2d8e2b6
commit
b74d9b203c
35 changed files with 92 additions and 40 deletions
|
|
@ -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="."]
|
||||
Loading…
Add table
Add a link
Reference in a new issue