first
This commit is contained in:
41
Maps/Rooms/Generic Connectors/Hallway/Hallway.tscn
Normal file
41
Maps/Rooms/Generic Connectors/Hallway/Hallway.tscn
Normal file
@@ -0,0 +1,41 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://bi320yo04o4hk"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://icwcdyvrtcwe" path="res://test/TestTex1.png" id="1_74hrc"]
|
||||
[ext_resource type="Script" uid="uid://lmn08s8c5lfo" path="res://Maps/Rooms/RoomScripts/BasicRoom.gd" id="1_u6y0v"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_u6y0v"]
|
||||
albedo_color = Color(0.7176471, 0.7176471, 0.7176471, 1)
|
||||
albedo_texture = ExtResource("1_74hrc")
|
||||
metallic = 0.7
|
||||
|
||||
[node name="Hallway" type="Node3D" node_paths=PackedStringArray("Lights")]
|
||||
script = ExtResource("1_u6y0v")
|
||||
Lights = [NodePath("OmniLight3D")]
|
||||
metadata/_custom_type_script = "uid://lmn08s8c5lfo"
|
||||
|
||||
[node name="CSGCombiner3D" type="CSGCombiner3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.5, 0)
|
||||
material_override = SubResource("StandardMaterial3D_u6y0v")
|
||||
use_collision = true
|
||||
|
||||
[node name="CSGBox3D" type="CSGBox3D" parent="CSGCombiner3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, -0.5)
|
||||
size = Vector3(8, 6, 5)
|
||||
|
||||
[node name="CSGBox3D3" type="CSGBox3D" parent="CSGCombiner3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.5, -0.5)
|
||||
operation = 2
|
||||
size = Vector3(7.5, 4, 4.5)
|
||||
|
||||
[node name="Door" type="CSGBox3D" parent="CSGCombiner3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4, 1, -0.5)
|
||||
operation = 2
|
||||
size = Vector3(1, 3, 3)
|
||||
|
||||
[node name="Door2" type="CSGBox3D" parent="CSGCombiner3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4, 1, -0.5)
|
||||
operation = 2
|
||||
size = Vector3(1, 3, 3)
|
||||
|
||||
[node name="OmniLight3D" type="OmniLight3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 3.6033916, 0)
|
||||
BIN
Maps/Rooms/Generic Connectors/Hallway/HallwayRoomData.png
Normal file
BIN
Maps/Rooms/Generic Connectors/Hallway/HallwayRoomData.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 377 B |
@@ -0,0 +1,40 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cd8ffur7roccs"
|
||||
path="res://.godot/imported/HallwayRoomData.png-c7018fac44e76d2dfeb8107401f7bccc.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Maps/Rooms/Generic Connectors/Hallway/HallwayRoomData.png"
|
||||
dest_files=["res://.godot/imported/HallwayRoomData.png-c7018fac44e76d2dfeb8107401f7bccc.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
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=1
|
||||
Reference in New Issue
Block a user