A Minecraft style clone in Godot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

6 lines
165 B

class_name BlockMesh
extends MeshInstance3D
func apply_material(material_texture: StandardMaterial3D) -> void:
set_surface_override_material(0, material_texture)