khanat-client/scenes/creature_creation/creature_creation.tscn

28 lines
1 KiB
Text
Raw Normal View History

[gd_scene load_steps=5 format=2]
[ext_resource path="res://scenes/creature_creation/creature_creation_menu.tscn" type="PackedScene" id=1]
[ext_resource path="res://scenes/creature_creation/creature.tscn" type="PackedScene" id=2]
[ext_resource path="res://scenes/creature_creation/creature.gd" type="Script" id=3]
[ext_resource path="res://scenes/creature_creation/creature_creation.gd" type="Script" id=4]
[node name="creature_creation" type="Spatial"]
script = ExtResource( 4 )
[node name="control" parent="." instance=ExtResource( 1 )]
size_flags_horizontal = 1
size_flags_vertical = 1
[node name="camera" type="Camera" parent="."]
2021-09-03 21:27:28 +00:00
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.788782, 0.844113, 3 )
projection = 1
current = true
2021-09-03 21:27:28 +00:00
size = 2.0
[node name="directional_light" type="DirectionalLight" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.20866, 2.21448 )
light_energy = 2.0
[node name="creature" parent="." instance=ExtResource( 2 )]
2021-09-03 21:27:28 +00:00
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.598772 )
script = ExtResource( 3 )