blockout 4 work
This commit is contained in:
BIN
scenes/blockout_4.exr
Normal file
BIN
scenes/blockout_4.exr
Normal file
Binary file not shown.
26
scenes/blockout_4.exr.import
Normal file
26
scenes/blockout_4.exr.import
Normal file
@@ -0,0 +1,26 @@
|
||||
[remap]
|
||||
|
||||
importer="2d_array_texture"
|
||||
type="CompressedTexture2DArray"
|
||||
uid="uid://myvofofmq2n4"
|
||||
path="res://.godot/imported/blockout_4.exr-98ad055ca9dd4ef80e30398a0270967a.ctexarray"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://scenes/blockout_4.exr"
|
||||
dest_files=["res://.godot/imported/blockout_4.exr-98ad055ca9dd4ef80e30398a0270967a.ctexarray"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=3
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/channel_pack=1
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
slices/horizontal=1
|
||||
slices/vertical=4
|
||||
BIN
scenes/blockout_4.lmbake
Normal file
BIN
scenes/blockout_4.lmbake
Normal file
Binary file not shown.
39
scenes/blockout_4.tscn
Normal file
39
scenes/blockout_4.tscn
Normal file
@@ -0,0 +1,39 @@
|
||||
[gd_scene load_steps=8 format=3 uid="uid://breenfpt04iua"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/LevelManager.gd" id="1_8g3mj"]
|
||||
[ext_resource type="PackedScene" uid="uid://xerc06hjfnbf" path="res://assets/LevelBlockouts/blockout4.blend" id="1_038d8"]
|
||||
[ext_resource type="PackedScene" uid="uid://brl0bsqjl5dg3" path="res://assets/mac_10.tscn" id="2_7eop6"]
|
||||
[ext_resource type="PackedScene" uid="uid://drwae3loscbw7" path="res://assets/player.tscn" id="4_ykmsc"]
|
||||
[ext_resource type="PackedScene" uid="uid://df34olntmk0wl" path="res://assets/vent_1.tscn" id="5_hc1cs"]
|
||||
[ext_resource type="PackedScene" uid="uid://20csd6dmwj4y" path="res://assets/jump_platform.tscn" id="6_p3qak"]
|
||||
|
||||
[sub_resource type="Environment" id="Environment_q4t3f"]
|
||||
background_energy_multiplier = 0.0
|
||||
tonemap_mode = 2
|
||||
ssr_enabled = true
|
||||
ssao_enabled = true
|
||||
ssil_enabled = true
|
||||
sdfgi_enabled = true
|
||||
sdfgi_use_occlusion = true
|
||||
glow_enabled = true
|
||||
glow_bloom = 0.2
|
||||
|
||||
[node name="Blockout4" type="Node3D" node_paths=PackedStringArray("player")]
|
||||
script = ExtResource("1_8g3mj")
|
||||
player = NodePath("Player")
|
||||
gun_1 = ExtResource("2_7eop6")
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource("Environment_q4t3f")
|
||||
|
||||
[node name="blockout4" parent="." instance=ExtResource("1_038d8")]
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("4_ykmsc")]
|
||||
transform = Transform3D(1, 0.000164476, 0.000583754, -0.000165075, 0.999999, 0.00104027, -0.000583585, -0.00104036, 0.999999, 1.3803, 1.11359, 2.15686)
|
||||
|
||||
[node name="Vent1" parent="." instance=ExtResource("5_hc1cs")]
|
||||
transform = Transform3D(-1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0.71, 5.67755)
|
||||
|
||||
[node name="JumpPlatform" parent="." instance=ExtResource("6_p3qak")]
|
||||
transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, 34.3221, 6.80971, 12.7129)
|
||||
jump_amount = 30
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user