made it acutally work in godot, and made it draw a texture
This commit is contained in:
@@ -2,5 +2,4 @@ extends Node
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
var example := ExampleClass.new()
|
||||
example.print_type(example)
|
||||
$UDPVideoStream.begin("localhost:1000")
|
||||
|
||||
Reference in New Issue
Block a user