jChicote / Dungeon_Breakout

An fps roguelike monster game, where you are trapped inside the walls of the dungeon where many creatures remain.
MIT License
0 stars 0 forks source link

Fix gun socket naming to be generic for different weapons #76

Open jChicote opened 1 year ago

jChicote commented 1 year ago

Description

The weapons will now be designed in a way that will rely less on having different weapon sockets for different weapons. Instead the socket will be universal but custom offsets will be applied to that socket based on the attached weapon.

Implementation

Acceptance Criteria