first Prototype
This commit is contained in:
parent
89503407e7
commit
c887a2168c
78 changed files with 2494 additions and 2 deletions
12
scenes/weapon/shotgun/shotgun.tscn
Normal file
12
scenes/weapon/shotgun/shotgun.tscn
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://bpys0cnyfwcun"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://btyuxgfn12p1y" path="res://scenes/weapon/weapon.tscn" id="1_qorbs"]
|
||||
[ext_resource type="Script" uid="uid://c3temu27a4onl" path="res://scenes/weapon/shotgun/shotgun.gd" id="2_p550e"]
|
||||
|
||||
[node name="Shotgun" instance=ExtResource("1_qorbs")]
|
||||
script = ExtResource("2_p550e")
|
||||
bulletAmount = 10
|
||||
damage = 2
|
||||
cooldown = 0.5
|
||||
spread = 0.8
|
||||
range = 0.3
|
||||
Loading…
Add table
Add a link
Reference in a new issue