inching towards better class inheritence and multiplayer compatibility
This commit is contained in:
8
Scenes/Weapons/projectile_weapon.tscn
Normal file
8
Scenes/Weapons/projectile_weapon.tscn
Normal file
@ -0,0 +1,8 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://bqdllitxbbpyp"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://b7nargdyg28fj" path="res://Scenes/Weapons/weapon.tscn" id="1_nbhwa"]
|
||||
[ext_resource type="Script" path="res://Scripts/Weapons/projectile_weapon.gd" id="2_5ekyi"]
|
||||
|
||||
[node name="ProjectileWeapon" instance=ExtResource("1_nbhwa")]
|
||||
script = ExtResource("2_5ekyi")
|
||||
projectile_scene = null
|
Reference in New Issue
Block a user