Playing with level blockouts
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=22 format=3 uid="uid://dsnddbrlqkav2"]
|
||||
[gd_scene load_steps=21 format=3 uid="uid://dsnddbrlqkav2"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/LevelManager.gd" id="1_laua1"]
|
||||
[ext_resource type="PackedScene" uid="uid://brl0bsqjl5dg3" path="res://assets/mac_10.tscn" id="2_poauc"]
|
||||
@@ -9,7 +9,6 @@
|
||||
[ext_resource type="Material" uid="uid://bjryln3so1lgw" path="res://assets/materials/prototype/prototype_green.tres" id="7_1bmnm"]
|
||||
[ext_resource type="Material" uid="uid://br2pyyyl2n3cx" path="res://assets/materials/prototype/prototype1.tres" id="7_l3crk"]
|
||||
[ext_resource type="PackedScene" uid="uid://c6bpysq1tjhy4" path="res://vendingmahcine.tscn" id="7_pr7m0"]
|
||||
[ext_resource type="Material" uid="uid://b765yni4pd83c" path="res://assets/materials/prototype/prototype_light.tres" id="8_faibh"]
|
||||
[ext_resource type="PackedScene" uid="uid://dws4iro7820fc" path="res://assets/pistol1_pickup.tscn" id="8_qwtxj"]
|
||||
[ext_resource type="PackedScene" uid="uid://clu76sc4uoswn" path="res://assets/rocketlauncher_pickup.tscn" id="9_r8miu"]
|
||||
[ext_resource type="PackedScene" uid="uid://dyu46bns8mesv" path="res://assets/mac10_pickup.tscn" id="10_pos4p"]
|
||||
@@ -49,7 +48,6 @@ gun_2 = ExtResource("3_xdb5c")
|
||||
[node name="Player" parent="." instance=ExtResource("4_a8lcp")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 26.4194, 1.40016, -29.1943)
|
||||
AUDIO = false
|
||||
JUMP_VELOCITY = 6
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource("Environment_klp4b")
|
||||
@@ -149,7 +147,7 @@ material = ExtResource("7_l3crk")
|
||||
|
||||
[node name="CSGBox3D8" type="CSGBox3D" parent="NavigationRegion3D"]
|
||||
transform = Transform3D(0.790048, 0, -0.613045, 0, 1, 0, 0.613045, 0, 0.790048, 14.5597, 2.4345, -27.4493)
|
||||
material_override = ExtResource("8_faibh")
|
||||
material_override = ExtResource("7_l3crk")
|
||||
use_collision = true
|
||||
size = Vector3(16.626, 5.39923, 1)
|
||||
|
||||
@@ -216,7 +214,6 @@ transform = Transform3D(0.813009, 0, -0.582251, 0, 1, 0, 0.582251, 0, 0.813009,
|
||||
|
||||
[node name="pistol1_pickup" parent="." instance=ExtResource("8_qwtxj")]
|
||||
transform = Transform3D(0.649528, -0.760338, 0, 0.760338, 0.649528, 0, 0, 0, 1, -24.7534, 1.09587, 5.88603)
|
||||
pickupType = 0
|
||||
|
||||
[node name="rocketlauncher1_pickup" parent="." instance=ExtResource("9_r8miu")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -25, 1, 8)
|
||||
|
||||
@@ -1170,7 +1170,6 @@ health_drop_enabled = false
|
||||
[node name="Player" parent="." instance=ExtResource("2_f87c2")]
|
||||
transform = Transform3D(-0.866025, 0, -0.5, 0, 1, 0, 0.5, 0, -0.866025, -16.0295, 1.4435, 12.1166)
|
||||
AUDIO = false
|
||||
JUMP_VELOCITY = 6
|
||||
|
||||
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
||||
transform = Transform3D(0.420794, 0.292511, -0.858703, -0.23587, 0.949309, 0.207791, 0.875956, 0.115105, 0.468458, 0, 0, 0)
|
||||
@@ -1565,48 +1564,36 @@ script = ExtResource("39_g18ck")
|
||||
|
||||
[node name="spider" parent="EnemyHivemind" instance=ExtResource("40_a0e3y")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -37.5109, -0.218914, 25.6043)
|
||||
player_path = NodePath("../../Player")
|
||||
|
||||
[node name="spider2" parent="EnemyHivemind" instance=ExtResource("40_a0e3y")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -34.3556, -0.218914, 27.769)
|
||||
player_path = NodePath("../../Player")
|
||||
|
||||
[node name="spider3" parent="EnemyHivemind" instance=ExtResource("40_a0e3y")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -29.77, -0.218914, 27.1464)
|
||||
player_path = NodePath("../../Player")
|
||||
|
||||
[node name="spider4" parent="EnemyHivemind" instance=ExtResource("40_a0e3y")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -25.6624, -0.218914, 29.4627)
|
||||
player_path = NodePath("../../Player")
|
||||
|
||||
[node name="spider5" parent="EnemyHivemind" instance=ExtResource("40_a0e3y")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -20.8404, -0.218914, 27.0213)
|
||||
player_path = NodePath("../../Player")
|
||||
|
||||
[node name="spider8" parent="EnemyHivemind" instance=ExtResource("40_a0e3y")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -26.3672, -0.218914, 24.0515)
|
||||
player_path = NodePath("../../Player")
|
||||
|
||||
[node name="spider9" parent="EnemyHivemind" instance=ExtResource("40_a0e3y")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -23.2119, -0.218914, 26.2162)
|
||||
player_path = NodePath("../../Player")
|
||||
|
||||
[node name="spider10" parent="EnemyHivemind" instance=ExtResource("40_a0e3y")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -18.6263, -0.218914, 25.5936)
|
||||
player_path = NodePath("../../Player")
|
||||
|
||||
[node name="spider11" parent="EnemyHivemind" instance=ExtResource("40_a0e3y")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -14.5187, -0.218914, 27.9099)
|
||||
player_path = NodePath("../../Player")
|
||||
|
||||
[node name="spider12" parent="EnemyHivemind" instance=ExtResource("40_a0e3y")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -9.69667, -0.218914, 25.4685)
|
||||
player_path = NodePath("../../Player")
|
||||
|
||||
[node name="spider6" parent="EnemyHivemind" instance=ExtResource("40_a0e3y")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 30.103, 0.292451, 10.0313)
|
||||
player_path = NodePath("../../Player")
|
||||
|
||||
[node name="spider7" parent="EnemyHivemind" instance=ExtResource("40_a0e3y")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 45.6218, 0.324552, 7.47129)
|
||||
player_path = NodePath("../../Player")
|
||||
|
||||
@@ -1169,7 +1169,6 @@ health_drop_enabled = false
|
||||
[node name="Player" parent="." instance=ExtResource("4_1cxxb")]
|
||||
transform = Transform3D(-0.866025, 0, -0.5, 0, 1, 0, 0.5, 0, -0.866025, -16.0295, 1.4435, 12.1166)
|
||||
AUDIO = false
|
||||
JUMP_VELOCITY = 6
|
||||
|
||||
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
|
||||
transform = Transform3D(0.420794, 0.292511, -0.858703, -0.23587, 0.949309, 0.207791, 0.875956, 0.115105, 0.468458, 0, 0, 0)
|
||||
|
||||
Reference in New Issue
Block a user