From 428934850b7a9f6cea07cdabdbda509e5b1101cf Mon Sep 17 00:00:00 2001 From: unfa Date: Sun, 2 May 2021 23:30:34 +0200 Subject: [PATCH] Script extension in Handgun.tscn --- Game/Assets/Weapons/Handgun/Handgun.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Game/Assets/Weapons/Handgun/Handgun.tscn b/Game/Assets/Weapons/Handgun/Handgun.tscn index 4b57f0e..89409bf 100644 --- a/Game/Assets/Weapons/Handgun/Handgun.tscn +++ b/Game/Assets/Weapons/Handgun/Handgun.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=16 format=2] [ext_resource path="res://Assets/Weapons/Handgun/Handgun.gltf" type="PackedScene" id=1] -[ext_resource path="res://Classes/Weapon/Weapon.gd" type="Script" id=2] +[ext_resource path="res://Assets/Weapons/Handgun/Handgun.gd" type="Script" id=2] [ext_resource path="res://Classes/Audio/LayeredSoundPlayer.gd" type="Script" id=3] [ext_resource path="res://Assets/Effects/CircleSoft.svg" type="Texture" id=4] [ext_resource path="res://Assets/Audio/SFX/Weapons_Empty.wav" type="AudioStream" id=5]