feat: add Jajce world scaffold

This commit is contained in:
2026-07-04 21:06:57 +02:00
parent 83fc258afc
commit 556d0fdc26
19 changed files with 545 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[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="JajceLookdev" type="Node3D"]
[node name="JajceWorld" parent="." instance=ExtResource("1_world")]
[node name="BeautyCamera" type="Camera3D" parent="."]
position = Vector3(44, 34, 44)
current = true
fov = 55.0
script = ExtResource("2_camera")
focus_point = Vector3(-4, 2, 0)