Files
recombinator/Creature.tscn
T
2019-10-21 03:16:34 +02:00

21 lines
672 B
Plaintext

[gd_scene load_steps=5 format=2]
[ext_resource path="res://figure.gltf" type="PackedScene" id=1]
[ext_resource path="res://Creature.gd" type="Script" id=2]
[ext_resource path="res://Creature.tres" type="Material" id=3]
[sub_resource type="CylinderShape" id=4]
height = 1.21849
[node name="Creature" instance=ExtResource( 1 )]
script = ExtResource( 2 )
[node name="Mesh" parent="Node/Node 2/Armature" index="0"]
material/0 = ExtResource( 3 )
[node name="Area" type="Area" parent="." index="2"]
[node name="CollisionShape" type="CollisionShape" parent="Area" index="0"]
transform = Transform( 0.25, 0, 0, 0, 1, 0, 0, 0, 0.25, 0, 0.803572, 0 )
shape = SubResource( 4 )