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