Started a Cobor Virtual Machine implementation for running the code.
This commit is contained in:
5
cobor_vm_extension/godot-cpp/test/project/example.gd
Normal file
5
cobor_vm_extension/godot-cpp/test/project/example.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
extends Example
|
||||
|
||||
func _do_something_virtual(p_name, p_value):
|
||||
custom_signal.emit(p_name, p_value)
|
||||
return "Implemented"
|
||||
Reference in New Issue
Block a user