Sacrilege_v12.9.0-alpha
Forgot to change version number in game. Will say 12.8.0 but is actually 12.9.0
-Changed Gravity Gun base class from GunBase to WeaponBase
-Changed Gravity Gun Controls & Functionality
--Tap right click to pick up objects
--Hold right click to continually attempt to pickup objects
--Left click to throw held objects
--Left click while not holding objects to apply a strong impulse to whatever is in reach
-Added Charged Attack to Plasma pistol
-Added WeaponBase core class
--Design intention is to allow for WeaponBase to act as a base class for Weapons that don't fire bullets or projectiles, such as special weapons, beam weapons, melee weapons, and more
-GunBase inherits from WeaponBase (oppossed to AActor)
-GunBase now uses BulletFiringComponent to fire projectiles