extends TextureRect

    func _set_data(path : String):

	# pathの画像をload(path)メソッドでテクスチャリソースとして
	# 読み込んでからtextureにセットする。
	texture = load(path)