mirror of
https://port.numenaute.org/aleajactaest/khanat-client.git
synced 2024-11-09 16:59:03 +00:00
11 lines
354 B
Text
11 lines
354 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://scenes/player/player.gd" type="Script" id=1]
|
|
[ext_resource path="res://scenes/creatures/ra/ra.tscn" type="PackedScene" id=2]
|
|
|
|
[node name="player" type="Spatial"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="model" type="Spatial" parent="."]
|
|
|
|
[node name="ra" parent="model" instance=ExtResource( 2 )]
|