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.
 

14 lines
580 B

[gd_resource type="Resource" script_class="BlockResource" load_steps=3 format=3 uid="uid://b50yyok6ddux4"]
[ext_resource type="Material" uid="uid://b4wrf3quiaa1b" path="res://assets/materials/grass.tres" id="1_n4fyn"]
[ext_resource type="Script" uid="uid://dwrmy4mx0mw18" path="res://resources/block_resource.gd" id="2_0urks"]
[resource]
script = ExtResource("2_0urks")
material_texture = ExtResource("1_n4fyn")
id = "005"
name = "Grass"
amount = 0
description = "Block of grass and dirt"
item_texture = "uid://li36txj7oweq"
metadata/_custom_type_script = "uid://dwrmy4mx0mw18"