more work on taco town

This commit is contained in:
derek
2025-07-15 13:54:32 -05:00
parent 0a0ccdaff4
commit 33c10cbec9
14 changed files with 148 additions and 21 deletions

Binary file not shown.

View File

@@ -0,0 +1,35 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cj3owggf2amr"
path.bptc="res://.godot/imported/citrus_orchard_road_puresky_8k.exr-3fde6def5788ee326c3d77ae9ed99f1a.bptc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://assets/Textures/citrus_orchard_road_puresky_8k.exr"
dest_files=["res://.godot/imported/citrus_orchard_road_puresky_8k.exr-3fde6def5788ee326c3d77ae9ed99f1a.bptc.ctex"]
[params]
compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=true
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=0

View File

@@ -8,7 +8,7 @@
[resource]
albedo_texture = ExtResource("1_rq37h")
normal_enabled = true
normal_scale = 16.0
normal_scale = 2.0
normal_texture = ExtResource("4_jl4pm")
ao_light_affect = 1.0
ao_texture = ExtResource("2_us1km")

View File

@@ -7,6 +7,7 @@
[resource]
albedo_texture = ExtResource("1_xkx0e")
metallic_specular = 0.0
normal_texture = ExtResource("4_my7q3")
ao_light_affect = 1.0
ao_texture = ExtResource("2_rps0l")

View File

@@ -9,7 +9,7 @@
albedo_color = Color(1, 0.927667, 0.69, 1)
albedo_texture = ExtResource("1_rum3h")
normal_enabled = true
normal_scale = 5.0
normal_scale = 3.0
normal_texture = ExtResource("4_31scx")
ao_enabled = true
ao_texture = ExtResource("2_rscf7")

View File

@@ -10,7 +10,7 @@
albedo_texture = ExtResource("1_vsmpp")
roughness_texture = ExtResource("5_djd8c")
normal_enabled = true
normal_scale = 5.0
normal_scale = 2.0
normal_texture = ExtResource("4_4lm7n")
ao_enabled = true
ao_light_affect = 1.0

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,8 +1,8 @@
[gd_scene load_steps=18 format=3 uid="uid://br5eo7d1ttenb"]
[gd_scene load_steps=23 format=3 uid="uid://br5eo7d1ttenb"]
[ext_resource type="Script" uid="uid://bkii8jwf0k7tq" path="res://scripts/LevelManager.gd" id="1_wjlww"]
[ext_resource type="PackedScene" uid="uid://be3j4isp6stxj" path="res://levels/Restaurant.blend" id="2_wjlww"]
[ext_resource type="Texture2D" uid="uid://bsm1t8cclmkuy" path="res://assets/Textures/qwantani_dusk_1_puresky_8k.exr" id="3_3b4a6"]
[ext_resource type="Texture2D" uid="uid://cj3owggf2amr" path="res://assets/Textures/citrus_orchard_road_puresky_8k.exr" id="3_vj1wv"]
[ext_resource type="PackedScene" uid="uid://drwae3loscbw7" path="res://assets/player.tscn" id="4_3b4a6"]
[ext_resource type="PackedScene" uid="uid://bg6n67t07osaj" path="res://bouncy_ball.tscn" id="5_y1csj"]
[ext_resource type="LightmapGIData" uid="uid://d6mpqnw8qo47" path="res://levels/restaurant1.lmbake" id="6_2aaaf"]
@@ -13,9 +13,14 @@
[ext_resource type="PackedScene" uid="uid://c0uv33kbndbvy" path="res://assets/trashcan.tscn" id="11_kjn31"]
[ext_resource type="PackedScene" uid="uid://cgo4qyul7ix5p" path="res://assets/ladder.tscn" id="12_vj1wv"]
[ext_resource type="PackedScene" uid="uid://cdpxctwwi12j" path="res://assets/ladder_collision_check.tscn" id="13_tcglg"]
[ext_resource type="PackedScene" uid="uid://do6gt53xr2l23" path="res://assets/garbage_bin.tscn" id="14_kceoe"]
[ext_resource type="PackedScene" uid="uid://by3n26uvps8tb" path="res://assets/water_tower.tscn" id="15_qo6wa"]
[ext_resource type="PackedScene" uid="uid://bj1y0fbjtul4a" path="res://post_processing.tscn" id="16_qo6wa"]
[ext_resource type="PackedScene" uid="uid://bycbdb5u5ewgl" path="res://assets/tree_2.tscn" id="17_mn7wc"]
[ext_resource type="PackedScene" uid="uid://dfi7s3q1x2m3p" path="res://assets/low_poly_car.tscn" id="18_4jhgu"]
[sub_resource type="PanoramaSkyMaterial" id="PanoramaSkyMaterial_rh5fc"]
panorama = ExtResource("3_3b4a6")
panorama = ExtResource("3_vj1wv")
energy_multiplier = 0.2
[sub_resource type="Sky" id="Sky_l66j6"]
@@ -32,17 +37,17 @@ glow_enabled = true
glow_intensity = 0.5
glow_blend_mode = 1
volumetric_fog_enabled = true
volumetric_fog_density = 0.0215
volumetric_fog_density = 0.01
[sub_resource type="BoxShape3D" id="BoxShape3D_wic7t"]
size = Vector3(196.588, 86.2427, 220.99)
size = Vector3(196.588, 187.862, 220.99)
[node name="Restaurant" type="Node3D"]
script = ExtResource("1_wjlww")
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
transform = Transform3D(0.504528, 0.495223, -0.707252, 0, 0.819152, 0.573576, 0.863396, -0.289385, 0.413285, 0, 0, 0)
light_color = Color(0.720673, 0.686034, 0.73399, 1)
transform = Transform3D(0.829476, 0.449453, -0.331605, -0.346784, 0.879819, 0.325053, 0.437849, -0.154628, 0.885651, 0, 0, 0)
light_color = Color(0.810821, 0.653121, 0.677166, 1)
light_bake_mode = 1
shadow_enabled = true
@@ -52,9 +57,6 @@ transform = Transform3D(1.5, 0, 0, 0, 1.5, 0, 0, 0, 1.5, 0, 0, 0)
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource("Environment_wjlww")
[node name="Player" parent="." instance=ExtResource("4_3b4a6")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.41088, 17.7941)
[node name="LightmapGI" type="LightmapGI" parent="."]
quality = 2
supersampling = true
@@ -63,6 +65,9 @@ directional = true
interior = true
light_data = ExtResource("6_2aaaf")
[node name="Player" parent="." instance=ExtResource("4_3b4a6")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.41088, 17.7941)
[node name="BallPit" type="Node3D" parent="."]
[node name="BouncyBall" parent="BallPit" instance=ExtResource("5_y1csj")]
@@ -266,7 +271,7 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.02282, 4.13854, -18.6843)
[node name="LevelBounds" parent="." instance=ExtResource("7_rh5fc")]
[node name="CollisionShape3D" type="CollisionShape3D" parent="LevelBounds"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -2.44495, 0)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 48.3649, 0)
shape = SubResource("BoxShape3D_wic7t")
[node name="RestaurantLight" parent="." instance=ExtResource("8_wic7t")]
@@ -374,6 +379,18 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -12.6261, -0.275091, 6.10237)
[node name="Trashcan" parent="." instance=ExtResource("11_kjn31")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -13.5875, -0.27509, 20.9447)
[node name="Trashcan2" parent="." instance=ExtResource("11_kjn31")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 12.0305, -0.27509, -1.87053)
[node name="Trashcan3" parent="." instance=ExtResource("11_kjn31")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 11.9973, -0.27509, -3.43242)
[node name="Trashcan4" parent="." instance=ExtResource("11_kjn31")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.36247, -0.27509, 1.45119)
[node name="Trashcan5" parent="." instance=ExtResource("11_kjn31")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -7.51594, -0.27509, -11.7017)
[node name="Ladder" parent="." instance=ExtResource("12_vj1wv")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 10.1232, 0.469022, -13.7524)
@@ -381,4 +398,78 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 10.1232, 0.469022, -13.7524)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 10.1232, 4.3643, -13.7524)
[node name="LadderCollisionCheck" parent="." instance=ExtResource("13_tcglg")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 9.6555, -0.495995, -14.0424)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 10.2265, -1.79782, -14.6833)
[node name="GarbageBin" parent="." instance=ExtResource("14_kceoe")]
transform = Transform3D(-0.143734, 0, 0.989616, 0, 1, 0, -0.989616, 0, -0.143734, 16.3352, -0.257446, -10.914)
[node name="GarbageBin2" parent="." instance=ExtResource("14_kceoe")]
transform = Transform3D(-0.143734, 0, 0.989616, 0, 1, 0, -0.989616, 0, -0.143734, 15.8072, -0.257446, -14.5492)
[node name="Water Tower" parent="." instance=ExtResource("15_qo6wa")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 84.5529, -0.580262, -23.3037)
[node name="PostProcessing" parent="." instance=ExtResource("16_qo6wa")]
[node name="OmniLight3D" type="OmniLight3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -25.955, 11.3628, 8.27755)
light_color = Color(0.960784, 0.568627, 0.768627, 1)
light_energy = 10.0
light_size = 6.585
light_bake_mode = 1
shadow_enabled = true
omni_range = 9.0515
[node name="OmniLight3D2" type="OmniLight3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -25.955, 11.3628, 14.5011)
light_color = Color(0.960784, 0.568627, 0.768627, 1)
light_energy = 10.0
light_size = 6.585
light_bake_mode = 1
shadow_enabled = true
omni_range = 9.0515
[node name="OmniLight3D3" type="OmniLight3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -25.955, 15.6627, 12.289)
light_color = Color(0.898039, 0.729412, 0.490196, 1)
light_energy = 10.0
light_size = 6.585
light_bake_mode = 1
shadow_enabled = true
omni_range = 9.0515
[node name="OmniLight3D4" type="OmniLight3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -25.955, 15.6627, 2.84958)
light_color = Color(0.898039, 0.729412, 0.490196, 1)
light_energy = 10.0
light_size = 6.585
light_bake_mode = 1
shadow_enabled = true
omni_range = 9.0515
[node name="Tree2" parent="." instance=ExtResource("17_mn7wc")]
transform = Transform3D(-0.485351, 0, -2.29422, 0, 2.345, 0, 2.29422, 0, -0.485351, -38.5838, -1.12552, -21.5854)
[node name="Tree3" parent="." instance=ExtResource("17_mn7wc")]
transform = Transform3D(-1.37294, 0, 1.32783, 0, 1.91, 0, -1.32783, 0, -1.37294, -33.4179, -1.11184, 29.3645)
[node name="Tree4" parent="." instance=ExtResource("17_mn7wc")]
transform = Transform3D(0.972097, 0, 1.64412, 0, 1.91, 0, -1.64412, 0, 0.972097, 21.0662, -1.11184, 24.6971)
[node name="Tree5" parent="." instance=ExtResource("17_mn7wc")]
transform = Transform3D(1.46362, 0, -1.22716, 0, 1.91, 0, 1.22716, 0, 1.46362, 29.8978, -0.877486, 22.8469)
[node name="Tree6" parent="." instance=ExtResource("17_mn7wc")]
transform = Transform3D(1.46362, 0, -1.22716, 0, 1.91, 0, 1.22716, 0, 1.46362, 40.0745, -0.877486, -26.446)
[node name="lowPolyCar" parent="." instance=ExtResource("18_4jhgu")]
transform = Transform3D(1.5, 0, 0, 0, 1.5, 0, 0, 0, 1.5, 9.03039, -0.486758, 19.1198)
[node name="lowPolyCar2" parent="." instance=ExtResource("18_4jhgu")]
transform = Transform3D(1.5, 0, 0, 0, 1.5, 0, 0, 0, 1.5, 9.02889, -0.486758, 26.0233)
[node name="lowPolyCar3" parent="." instance=ExtResource("18_4jhgu")]
transform = Transform3D(0.903851, 0, -1.1971, 0, 1.5, 0, 1.1971, 0, 0.903851, 4.40546, -0.486758, 33.3573)
[node name="lowPolyCar4" parent="." instance=ExtResource("18_4jhgu")]
transform = Transform3D(0.240287, 0, -1.48063, 0, 1.5, 0, 1.48063, 0, 0.240287, -5.25067, -0.486758, 35.6369)

View File

@@ -103,7 +103,7 @@ mesh = SubResource("ArrayMesh_qsd2t")
skeleton = NodePath("")
[node name="OmniLight3D" type="OmniLight3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.34, 0)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.790457, 0)
light_energy = 5.0
light_size = 0.85
light_bake_mode = 1
shadow_enabled = true