1
0
Fork 0
This repository has been archived on 2025-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
pacifist-jam/level/GreyboxMeshInstance.tscn
2022-07-29 03:19:02 +02:00

13 lines
346 B
Text

[gd_scene load_steps=3 format=2]
[ext_resource path="res://level/Greybox_mat.tres" type="Material" id=1]
[sub_resource type="CubeMesh" id=1]
material = ExtResource( 1 )
size = Vector3( 1, 1, 1 )
[node name="GreyboxMeshInstance" type="MeshInstance"]
use_in_baked_light = true
generate_lightmap = false
mesh = SubResource( 1 )
material/0 = null