SlimeoosOdyssey/godot/Models/island.gd

7 lines
124 B
GDScript3
Raw Permalink Normal View History

2023-08-20 15:00:54 -06:00
extends Node3D
2023-08-20 16:48:12 -06:00
var color: Color = Color("6c9e25")
2023-08-20 15:00:54 -06:00
func _ready():
$Island_001.get_active_material(0).albedo_color = color