blob: e37d27738ae0f8c6dec15387fa0ef56b1f199dc2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[gd_scene load_steps=2 format=3 uid="uid://cyi73ubyehy37"]
[ext_resource type="ArrayMesh" uid="uid://bdsqnesyjl3kv" path="res://map/tiles/steak_crate.res" id="1_ujg4h"]
[node name="SteakCrate" type="Node3D"]
[node name="Mesh" type="MeshInstance3D" parent="."]
transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0)
mesh = ExtResource("1_ujg4h")
skeleton = NodePath("")
|