Sacrilege_v12.9.0-alpha #4
SgtFlex
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-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
This discussion was created from the release Sacrilege_v12.9.0-alpha .
All reactions