This commit is contained in:
MaddoScientisto 2025-09-19 22:19:18 +02:00
commit cb87dff402
4 changed files with 498 additions and 354 deletions

Binary file not shown.

View file

@ -1820,6 +1820,8 @@
{
"classname" "actor_securitycamera"
"origin" "64 100 36"
"target" "camera_1"
"activationtype" "Enable"
}
// entity 73
{
@ -1919,3 +1921,16 @@
"classname" "actor_tank"
"origin" "268 208 24"
}
// entity 89
{
"classname" "actor_alarmbox"
"origin" "64 -44 32"
}
// entity 90
{
"classname" "actor_emitter_wall"
"origin" "182 116 20"
"script_path" "res://Resources/BulletScripts/Emitter_Trap_Single_Forward.tres"
"health" "6"
"targetname" "camera_1"
}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,19 @@
[gd_resource type="Resource" script_class="BulletScript3D" load_steps=6 format=3 uid="uid://wvcda1h8wa2g"]
[ext_resource type="Resource" uid="uid://qrqsywgiij7i" path="res://Resources/Bullets/3D/simple_enemy_bullet_small_3D.tres" id="1_c4f5k"]
[ext_resource type="Script" uid="uid://b5s5mjuk1rng5" path="res://Scripts/Resources/TimeModifier.cs" id="2_8cm4j"]
[ext_resource type="Script" uid="uid://bxiprx5nwmpnu" path="res://Scripts/AttackPatterns/ShootingPattern3D.cs" id="3_l6rg6"]
[ext_resource type="Script" uid="uid://w8hcpu68ssq" path="res://Scripts/Resources/BulletScripts/BulletScript3D.cs" id="4_or1wb"]
[sub_resource type="Resource" id="Resource_c4f5k"]
script = ExtResource("3_l6rg6")
BulletResource = ExtResource("1_c4f5k")
bulletCount = 1
UseParentRotationOffset = true
spread = 0.0
metadata/_custom_type_script = "uid://bxiprx5nwmpnu"
[resource]
script = ExtResource("4_or1wb")
Patterns = Array[Object]([SubResource("Resource_c4f5k")])
metadata/_custom_type_script = "uid://w8hcpu68ssq"