Updated directory structure for easier weapon parsing.

This commit is contained in:
Henry Faber 2026-06-15 16:35:53 +01:00
parent 0bcb386a0f
commit 54efa89e4e
7 changed files with 7 additions and 7 deletions

View file

@ -1,8 +1,8 @@
extends Area2D
@onready var bullet: PackedScene = load("res://scenes/weapon_stock.tscn")
@onready var shot_data: = load("res://resources/player_weapons/weapon_shot_stock.tres")
@onready var bullet: PackedScene = load("res://scenes/player_weapons/weapon_stock.tscn")
@onready var shot_data: = load("res://resources/player_weapon_resources/weapon_shot_stock.tres")

View file

@ -1,6 +1,6 @@
[gd_scene format=3 uid="uid://ddpclu2vdy2ve"]
[ext_resource type="Script" uid="uid://c5blhfopjpfny" path="res://scenes/weapon_stock.gd" id="1_u1d5o"]
[ext_resource type="Script" uid="uid://c5blhfopjpfny" path="res://scenes/player_weapons/weapon_stock.gd" id="1_u1d5o"]
[ext_resource type="Texture2D" uid="uid://bnpm8b62n1pr5" path="res://graphics/shot_stock_og.png" id="2_u1d5o"]
[sub_resource type="AtlasTexture" id="AtlasTexture_5bykt"]