Godot Periksa apakah dalam versi yang diekspor

if OS.has_feature("standalone"):
    print("Running an exported build.")
else:
    print("Running from the editor.")
Zwazel