14 lines
559 B
Plaintext
14 lines
559 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://dan7q1pv5fhla"]
|
|
|
|
[ext_resource type="Script" path="res://test/SceneTestCamera.gd" id="1_i5xfw"]
|
|
[ext_resource type="Environment" uid="uid://dgy8ovtotble7" path="res://vfx/Environment.tres" id="1_imw14"]
|
|
|
|
[node name="SceneTestCamera" type="Camera3D"]
|
|
top_level = true
|
|
environment = ExtResource("1_imw14")
|
|
script = ExtResource("1_i5xfw")
|
|
|
|
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 0.707107, -0.707107, 0, 0.707107, 0.707107, 0, 0, 0)
|
|
light_energy = 0.25
|