Add an example class and some demo code to the project.
This commit is contained in:
6
demo/example.gd
Normal file
6
demo/example.gd
Normal file
@@ -0,0 +1,6 @@
|
||||
extends Node
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
var example := ExampleClass.new()
|
||||
example.print_type(example)
|
||||
Reference in New Issue
Block a user