mirror of
https://port.numenaute.org/aleajactaest/khanat-client.git
synced 2024-11-09 16:59:03 +00:00
12 lines
463 B
Text
12 lines
463 B
Text
[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 )]
|