initial commit
This commit is contained in:
17
godot/characters/male-base.tscn
Normal file
17
godot/characters/male-base.tscn
Normal file
@@ -0,0 +1,17 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://characters/vroid1-man-animate.tscn" type="PackedScene" id=1]
|
||||
|
||||
[sub_resource type="CapsuleShape" id=1]
|
||||
radius = 0.3
|
||||
height = 1.3
|
||||
|
||||
[node name="man_base" type="KinematicBody"]
|
||||
|
||||
[node name="vroid1-man-animate" parent="." instance=ExtResource( 1 )]
|
||||
|
||||
[node name="CollisionShape" type="CollisionShape" parent="."]
|
||||
transform = Transform( 1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 0.956587, 0 )
|
||||
shape = SubResource( 1 )
|
||||
|
||||
[editable path="vroid1-man-animate"]
|
||||
Reference in New Issue
Block a user