block.tscn 362 B

123456789101112
  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://platform-kit/block.glb" type="PackedScene" id=1]
  3. [sub_resource type="BoxShape" id=1]
  4. [node name="Block" instance=ExtResource( 1 )]
  5. [node name="CollisionShape" type="CollisionShape" parent="." index="1"]
  6. transform = Transform( 0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, -1, 0.5, 0.5 )
  7. shape = SubResource( 1 )