extends Node3D var color: Color = Color("6c9e25") func _ready(): $Island_001.get_active_material(0).albedo_color = color