42 lines
1.6 KiB
Plaintext
42 lines
1.6 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://dx6fv8n4jl5ku"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://mr2ako4ox2gq" path="res://models/maps/SomeMap/SomeMapModel.tscn" id="1_sbtr5"]
|
|
[ext_resource type="PackedScene" uid="uid://yhtpoum3eek7" path="res://scenes/Entities/Rosa.tscn" id="2_2h4bv"]
|
|
[ext_resource type="PackedScene" uid="uid://dr4b2pmsknuhc" path="res://scenes/Entities/TestNPC.tscn" id="3_q0pj2"]
|
|
|
|
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_e1h75"]
|
|
sky_horizon_color = Color(0.59625, 0.6135, 0.6375, 1)
|
|
sky_energy_multiplier = 0.0
|
|
ground_bottom_color = Color(0, 0, 0, 1)
|
|
ground_horizon_color = Color(0.59625, 0.6135, 0.6375, 1)
|
|
|
|
[sub_resource type="Sky" id="Sky_weucl"]
|
|
sky_material = SubResource("ProceduralSkyMaterial_e1h75")
|
|
|
|
[sub_resource type="Environment" id="Environment_nyivo"]
|
|
sky = SubResource("Sky_weucl")
|
|
ambient_light_source = 1
|
|
|
|
[node name="Some-map" type="Node3D"]
|
|
|
|
[node name="some map" parent="." instance=ExtResource("1_sbtr5")]
|
|
|
|
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
|
environment = SubResource("Environment_nyivo")
|
|
|
|
[node name="Rosa" parent="." instance=ExtResource("2_2h4bv")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.19857, 0.684572, 0.968477)
|
|
|
|
[node name="TestNpc" parent="." instance=ExtResource("3_q0pj2")]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.68747, 0.459578, -0.399262)
|
|
interactType = 1
|
|
moveType = 1
|
|
direction = 1
|
|
|
|
[node name="OmniLight3D" type="OmniLight3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4.28892, 0)
|
|
light_energy = 3.375
|
|
shadow_bias = 0.0
|
|
shadow_normal_bias = 0.9
|
|
omni_range = 281.646
|