Update spawner to be scene-based.
This commit is contained in:
parent
8fe05e0c70
commit
da9f947788
9 changed files with 59 additions and 46 deletions
|
|
@ -3,11 +3,13 @@
|
|||
[ext_resource type="PackedScene" uid="uid://ddpclu2vdy2ve" path="res://scenes/player_weapons/weapon_stock.tscn" id="1_lcw6o"]
|
||||
[ext_resource type="Script" uid="uid://d0ios82vubijg" path="res://scripts/weapon_projectile_group.gd" id="2_e245k"]
|
||||
[ext_resource type="Script" uid="uid://7n1itonn35fm" path="res://scripts/weapon_shot.gd" id="2_ym48c"]
|
||||
[ext_resource type="Texture2D" uid="uid://dtggedl0127vk" path="res://graphics/stock.png" id="3_e245k"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_ym48c")
|
||||
shot_name = "stock"
|
||||
bullet_scene = ExtResource("1_lcw6o")
|
||||
pickup_icon = ExtResource("3_e245k")
|
||||
damage = 2
|
||||
speed = 650
|
||||
horizontal_offset = 12.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue