Nicholas Eli Butzke Dotts
  • Fowlerville, Michigan
  • Joined on 2026-03-21
Dotts deleted branch feat/3-grapple-fundamentals from Dotts/Papay-Shooter 2026-06-05 10:34:10 -07:00
Dotts merged pull request Dotts/Papay-Shooter#7 2026-06-05 10:34:09 -07:00
Feat/3 grapple fundamentals
Dotts created pull request Dotts/Papay-Shooter#7 2026-06-05 10:34:05 -07:00
Feat/3 grapple fundamentals
Dotts pushed to feat/3-grapple-fundamentals at Dotts/Papay-Shooter 2026-06-05 10:33:43 -07:00
2f259b5428 feat: adjusted the shotgun impulse knockback
6af87eb7bd feat: added rocket noises and smoke trails and adjusted AoE of rockets and damage falloff on AoE
Compare 2 commits »
Dotts pushed to feat/3-grapple-fundamentals at Dotts/Papay-Shooter 2026-06-04 23:15:44 -07:00
a85e0952c5 feat: added hud for utilites
Dotts created branch feat/3-grapple-fundamentals in Dotts/Papay-Shooter 2026-06-04 23:06:05 -07:00
Dotts pushed to feat/3-grapple-fundamentals at Dotts/Papay-Shooter 2026-06-04 23:06:05 -07:00
ecefeb9f7e feat: added grapple mechanic
Dotts pushed to main at Dotts/Papay-Shooter 2026-06-04 22:22:17 -07:00
0912669759 Merge pull request 'Feat/2 weapons foundation' (#6) from feat/2-weapons-foundation into main
ca2a80e38b feat: reducing ms gain from shotguns. Adjusting swarm launcher
00f190d423 feat: reducing the wall jump speed
2c35f5074a feat: adds a cd to the jump to prevent spam jumping up a slope
9f3264170e feat: projectile speed is increased with respective player speed. Does not effect lateral projectile movement respective to the player
Compare 31 commits »
Dotts deleted branch feat/2-weapons-foundation from Dotts/Papay-Shooter 2026-06-04 22:22:17 -07:00
Dotts merged pull request Dotts/Papay-Shooter#6 2026-06-04 22:22:16 -07:00
Feat/2 weapons foundation
Dotts created pull request Dotts/Papay-Shooter#6 2026-06-04 22:21:34 -07:00
Feat/2 weapons foundation
Dotts pushed to feat/2-weapons-foundation at Dotts/Papay-Shooter 2026-06-04 22:20:04 -07:00
ca2a80e38b feat: reducing ms gain from shotguns. Adjusting swarm launcher
Dotts pushed to feat/2-weapons-foundation at Dotts/Papay-Shooter 2026-06-04 21:57:10 -07:00
00f190d423 feat: reducing the wall jump speed
Dotts pushed to feat/2-weapons-foundation at Dotts/Papay-Shooter 2026-06-04 21:54:31 -07:00
2c35f5074a feat: adds a cd to the jump to prevent spam jumping up a slope
Dotts pushed to feat/2-weapons-foundation at Dotts/Papay-Shooter 2026-06-04 21:42:38 -07:00
9f3264170e feat: projectile speed is increased with respective player speed. Does not effect lateral projectile movement respective to the player
Dotts pushed to feat/2-weapons-foundation at Dotts/Papay-Shooter 2026-06-04 21:29:56 -07:00
eee1925b7a feat: create movement_params resource to centralize movement configuration variables
Dotts pushed to feat/2-weapons-foundation at Dotts/Papay-Shooter 2026-06-04 21:25:53 -07:00
da16a3a757 feat: implement weapon framework, hitscan logic, and player movement controller with state management
Dotts pushed to feat/2-weapons-foundation at Dotts/Papay-Shooter 2026-06-04 20:33:51 -07:00
ea96b41287 feat: adding tracers to hitscan weapons
Dotts pushed to feat/2-weapons-foundation at Dotts/Papay-Shooter 2026-06-04 15:43:09 -07:00
dcd0df2b2c feat: implement BaseHitscanWeapon class with raycasting, ammo management, and penetration support
Dotts pushed to feat/2-weapons-foundation at Dotts/Papay-Shooter 2026-06-04 15:41:10 -07:00
bd04135dba feat: implement explosive and homing projectile types for weapon system