gun system + minigun
This commit is contained in:
parent
84415d5aca
commit
f73f093ae2
13 changed files with 84 additions and 24 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
[ext_resource type="Script" uid="uid://dhin7ux2njfja" path="res://player/player.gd" id="1_4flbx"]
|
||||
[ext_resource type="Script" uid="uid://cjdxibg3pnans" path="res://player/score_label.gd" id="2_onrkg"]
|
||||
[ext_resource type="Script" uid="uid://fv1n5noqdfg2" path="res://player/guns/basic_gun.gd" id="3_g1dw6"]
|
||||
[ext_resource type="Script" uid="uid://b87cyvu2m5b1k" path="res://player/guns/mini_gun.gd" id="4_yw30f"]
|
||||
|
||||
[sub_resource type="FastNoiseLite" id="FastNoiseLite_onrkg"]
|
||||
|
||||
|
|
@ -86,3 +88,14 @@ offset_top = -27.0
|
|||
offset_right = 196.0
|
||||
offset_bottom = -4.0
|
||||
text = "Stamina"
|
||||
|
||||
[node name="Guns" type="Node3D" parent="." unique_id=2018109083]
|
||||
|
||||
[node name="BasicGun" type="Node3D" parent="Guns" unique_id=1677055720]
|
||||
unique_name_in_owner = true
|
||||
script = ExtResource("3_g1dw6")
|
||||
|
||||
[node name="MiniGun" type="Node3D" parent="Guns" unique_id=416187827]
|
||||
unique_name_in_owner = true
|
||||
script = ExtResource("4_yw30f")
|
||||
fire_rate = 800.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue