Answers for "how to copy external files with code godot"

Go
0

how to copy external files with code godot

var dir = Directory.new()
dir.copy("res://files/sprite_image.tex", "res://sprite_image.tex")
Posted by: Guest on March-31-2020

Code answers related to "how to copy external files with code godot"

Browse Popular Code Answers by Language