Files
gamedev-the-steward/world/jajce/JajceGoatLookdev.tscn
T
2026-07-26 22:26:00 +02:00

17 lines
528 B
Plaintext

[gd_scene load_steps=3 format=3]
[ext_resource type="PackedScene" path="res://world/jajce/JajceWorld.tscn" id="1_world"]
[ext_resource type="Script" path="res://world/jajce/beauty_camera.gd" id="2_camera"]
[node name="JajceGoatLookdev" type="Node3D"]
[node name="JajceWorld" parent="." instance=ExtResource("1_world")]
[node name="GoatCamera" type="Camera3D" parent="."]
position = Vector3(0.2, 2.9, -7)
current = true
fov = 32.0
script = ExtResource("2_camera")
focus_point = Vector3(-4, 1.15, -11.5)
animate_orbit = false