mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-07-15 16:34:48 +00:00
🚚 move weapons to entities
This commit is contained in:
parent
88f7fcdeae
commit
99d47b6c20
16 changed files with 2 additions and 500 deletions
|
|
@ -12,8 +12,7 @@
|
|||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
extends Node3D
|
||||
class_name SpaceGun
|
||||
class_name SpaceGun extends Node3D
|
||||
|
||||
@export var PROJECTILE : PackedScene
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue