You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
177 B
GDScript

extends Resource
class_name Cfg
var res_name: String
func get_res_name() -> String:
if res_name == "":
res_name = Util.get_resource_name(self)
return res_name