more quality shit

This commit is contained in:
2024-01-28 23:26:59 +01:00
parent fbebc382b9
commit c7b9ef578e
47 changed files with 924 additions and 150 deletions

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=33 format=3 uid="uid://ckad8stc13n83"]
[gd_scene load_steps=36 format=3 uid="uid://ckad8stc13n83"]
[ext_resource type="PackedScene" uid="uid://ddwkhfly2xyyt" path="res://assets/models/interior.obj" id="1_xs30l"]
[ext_resource type="Material" uid="uid://1w6e5sx6poff" path="res://assets/textures/material/tilesslatesquare/tilesslatesquare.material" id="2_evxh1"]
@@ -23,6 +23,8 @@
[ext_resource type="AudioStream" uid="uid://ddpvabd43s3p4" path="res://assets/audio/voicelines/anouncer_intro_04.ogg" id="21_n11nj"]
[ext_resource type="Material" uid="uid://canvgrlphqagw" path="res://assets/materials/light_metal.material" id="22_ixwoq"]
[ext_resource type="PackedScene" uid="uid://ckv2ssarxiv8w" path="res://scenes/objects/physics_objects/froggy.tscn" id="23_uexwc"]
[ext_resource type="Material" uid="uid://wi5k6axixuwr" path="res://assets/materials/metal.material" id="24_brfd8"]
[ext_resource type="PackedScene" uid="uid://jpjth6qixuym" path="res://scenes/objects/physics_objects/lamp.tscn" id="24_xtv3u"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_thqbu"]
@@ -63,6 +65,12 @@ script = ExtResource("18_jxpoe")
audio = ExtResource("16_ova7a")
text = "Wir nehmen auch Investoren für die reale Version dieses Tools an."
[sub_resource type="CylinderMesh" id="CylinderMesh_6ge4e"]
material = ExtResource("24_brfd8")
top_radius = 0.02
bottom_radius = 0.02
height = 0.5
[node name="LVL1" type="Node3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1)
@@ -166,6 +174,13 @@ surface_material_override/1 = ExtResource("22_ixwoq")
transform = Transform3D(0.162376, -0.965347, 0.2043, -0.0444635, 0.199679, 0.978852, -0.985727, -0.168026, -0.0104995, 7.00408, 0.191834, 0.998893)
freeze = true
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.99713, 5.83179, 0)
mesh = SubResource("CylinderMesh_6ge4e")
[node name="CeilingLamp" parent="." instance=ExtResource("24_xtv3u")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3, 5, 0)
[connection signal="lock" from="CompletionCounter" to="Door" method="close"]
[connection signal="unlock" from="CompletionCounter" to="Door" method="open"]