khanat-client/assets/creatures/arche/skin_arche.tscn

13 lines
463 B
Text
Raw Permalink Normal View History

2021-03-23 22:24:40 +00:00
[gd_scene load_steps=3 format=2]
[ext_resource path="res://assets/creatures/arche/arche.tscn" type="PackedScene" id=1]
[ext_resource path="res://assets/creatures/arche/skin_arche.gd" type="Script" id=2]
[node name="collision_shape" type="CollisionShape"]
script = ExtResource( 2 )
[node name="body_parts" type="Spatial" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 0 )
[node name="arche" parent="body_parts" instance=ExtResource( 1 )]