This commit is contained in:
Victor Turgeon
2023-06-11 10:49:16 -04:00
6 changed files with 137 additions and 124 deletions

View File

@@ -1,10 +1,12 @@
[gd_scene load_steps=6 format=3 uid="uid://cbs0x36e3ranm"]
[gd_scene load_steps=8 format=3 uid="uid://cbs0x36e3ranm"]
[ext_resource type="MeshLibrary" uid="uid://dwo1m72yajrb1" path="res://assets/tilesets/tileset.tres" id="1_l447d"]
[ext_resource type="PackedScene" uid="uid://b5gb5paiupum" path="res://player/player.tscn" id="2_ojnju"]
[ext_resource type="PackedScene" uid="uid://2pw0p13lcklv" path="res://buildings/kash_buildings/factory.tscn" id="3_08gdj"]
[ext_resource type="AudioStream" uid="uid://byo1w5vecks0m" path="res://music/jazz.ogg" id="3_brvx4"]
[ext_resource type="PackedScene" uid="uid://c2casdi4d2o3j" path="res://shaders/water_plane.tscn" id="3_ga7wg"]
[sub_resource type="Environment" id="Environment_i4emf"]
[sub_resource type="Environment" id="Environment_lo4sd"]
ambient_light_source = 3
ambient_light_color = Color(0.54902, 0.815686, 0.964706, 1)
ssao_radius = 11.01
@@ -29,7 +31,7 @@ adjustment_brightness = 1.1
adjustment_contrast = 1.25
adjustment_saturation = 0.8
[sub_resource type="CameraAttributesPhysical" id="CameraAttributesPhysical_rja1c"]
[sub_resource type="CameraAttributesPhysical" id="CameraAttributesPhysical_5s8jn"]
[node name="test_level" type="Node3D"]
@@ -44,8 +46,16 @@ data = {
metadata/_editor_floor_ = Vector3(0, 0, 0)
[node name="player" parent="." instance=ExtResource("2_ojnju")]
transform = Transform3D(1, 0, 0, 0, 0.494109, 0.8694, 0, -0.8694, 0.494109, -3.70665, 40.1006, 20.9216)
transform = Transform3D(1, 0, 0, 0, 0.388867, 0.921294, 0, -0.921294, 0.388867, -1.19974, 40.1006, 13.3341)
attributes = null
current = true
fov = 37.8493
near = 0.032
_test_building = ExtResource("3_08gdj")
[node name="Music" type="AudioStreamPlayer" parent="."]
stream = ExtResource("3_brvx4")
autoplay = true
[node name="water_plane" parent="." instance=ExtResource("3_ga7wg")]
transform = Transform3D(227.061, 0, -196.07, 0, 300, 0, 196.07, 0, 227.061, 0, 0.257405, 0)
@@ -58,5 +68,5 @@ light_volumetric_fog_energy = 1.74
light_angular_distance = 5.2
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_i4emf")
camera_attributes = SubResource("CameraAttributesPhysical_rja1c")
environment = SubResource("Environment_lo4sd")
camera_attributes = SubResource("CameraAttributesPhysical_5s8jn")