mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:05:34 +00:00
Turrets
This commit is contained in:
parent
1d24be6156
commit
d60878c94b
10 changed files with 180 additions and 4 deletions
9
Scenes/Weapons/enemy_weapon_base.tscn
Normal file
9
Scenes/Weapons/enemy_weapon_base.tscn
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://cj63k0dmk7tl1"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://crry0rgk7a8sm" path="res://Scenes/Weapons/BaseWeapon.tscn" id="1_60orr"]
|
||||
[ext_resource type="PackedScene" uid="uid://cuixq5ex0j40h" path="res://Scenes/enemyBullet.tscn" id="2_dyoou"]
|
||||
|
||||
[node name="EnemyWeapon" instance=ExtResource("1_60orr")]
|
||||
BulletScene = ExtResource("2_dyoou")
|
||||
BulletCapacity = 4
|
||||
BulletSpeed = 50.0
|
||||
11
Scenes/Weapons/enemy_weapon_spread.tscn
Normal file
11
Scenes/Weapons/enemy_weapon_spread.tscn
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://bhl8u2plfk4yh"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://crry0rgk7a8sm" path="res://Scenes/Weapons/BaseWeapon.tscn" id="1_o4ne4"]
|
||||
[ext_resource type="PackedScene" uid="uid://cuixq5ex0j40h" path="res://Scenes/enemyBullet.tscn" id="2_85ojb"]
|
||||
|
||||
[node name="EnemyWeapon" instance=ExtResource("1_o4ne4")]
|
||||
BulletScene = ExtResource("2_85ojb")
|
||||
BulletCapacity = 4
|
||||
BulletSpeed = 50.0
|
||||
BulletsPerShot = 3
|
||||
BulletsSpreadAngle = 45.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue