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.
 

12 lines
521 B

[gd_resource type="Resource" script_class="BlockResource" load_steps=3 format=3 uid="uid://cpddnknmxpohc"]
[ext_resource type="Material" uid="uid://cx7m27qa4ds4s" path="res://assets/materials/stone.tres" id="1_6chm7"]
[ext_resource type="Script" uid="uid://dwrmy4mx0mw18" path="res://resources/block_resource.gd" id="1_63t5s"]
[resource]
script = ExtResource("1_63t5s")
material_east = ExtResource("1_6chm7")
id = "002"
name = "Stone"
description = "Block of stone"
metadata/_custom_type_script = "uid://dwrmy4mx0mw18"