Map edits

This commit is contained in:
MaddoScientisto 2025-12-26 23:06:57 +01:00
commit d8d348640c
3 changed files with 63 additions and 4 deletions

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=387 format=4 uid="uid://u3np1731pcoj"]
[gd_scene load_steps=389 format=4 uid="uid://u3np1731pcoj"]
[ext_resource type="PackedScene" uid="uid://bv7tjma3g7nkf" path="res://Scenes/Actors/3D/game_controller.tscn" id="1_w3okp"]
[ext_resource type="Resource" uid="uid://bwg6xki3d8yow" path="res://Resources/Maps/3D/Factory4_Map.tres" id="2_f1ieg"]
@ -106,6 +106,7 @@
[ext_resource type="Script" uid="uid://dgbkp4hgm0oxl" path="res://3D/TrenchBroom/EntityScripts/Solid/FuncShroud.cs" id="103_428r8"]
[ext_resource type="PackedScene" uid="uid://bb2pjblwkb7ub" path="res://3D/Scenes/Props/Vending_Machine_3D.tscn" id="103_xfp8e"]
[ext_resource type="PackedScene" uid="uid://bt8fwb313qf8n" path="res://3D/Scenes/Props/Interactables/Dialogue_Interactable_3D.tscn" id="104_fsha6"]
[ext_resource type="Shader" uid="uid://b0rycwqoft3cy" path="res://Shaders/GodotRetro/Screen Shaders/Aditional Shaders/Dithering.gdshader" id="107_5jxft"]
[sub_resource type="Environment" id="Environment_d6hgs"]
background_mode = 1
@ -1689,6 +1690,12 @@ geometry_collision_mask = 49
geometry_source_geometry_mode = 1
agent_radius = 0.2
[sub_resource type="ShaderMaterial" id="ShaderMaterial_uwu65"]
shader = ExtResource("107_5jxft")
shader_parameter/SCREEN_WIDTH = 96.0
shader_parameter/COLOR_FACTOR = 10.0
shader_parameter/DITHERING_STRENTH = 0.0150000007125
[node name="Factory4" type="Node3D"]
[node name="GameController" parent="." node_paths=PackedStringArray("_cameraTarget") instance=ExtResource("1_w3okp")]
@ -1724,7 +1731,7 @@ script = ExtResource("4_f1ieg")
[node name="Camera3D" type="Camera3D" parent="."]
physics_interpolation_mode = 1
transform = Transform3D(0.70710677, -0.4156269, 0.5720614, 0, 0.809017, 0.58778524, -0.70710677, -0.4156269, 0.5720614, -3.7983856, 7.935, 5.0604153)
transform = Transform3D(0.7071068, -0.4156269, 0.5720614, 0, 0.809017, 0.58778524, -0.7071068, -0.4156269, 0.5720614, 4.336014, 7.935, 5.0604153)
projection = 1
size = 8.0
script = ExtResource("5_unwtk")
@ -3508,3 +3515,12 @@ computer: From\\: J.S.\\
Subject\\: Pizza\\
Asdfg
"
[node name="ColorRect" type="ColorRect" parent="."]
visible = false
material = SubResource("ShaderMaterial_uwu65")
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2