• video? games?

  • Joined on 2023-08-14
baz pushed to main at baz/vampires 2025-09-16 00:32:29 +02:00
0f856ea26d Create Light, Normal and Heavy Enemies
f549ed403d Add Damage parameter to Data Asset
Compare 2 commits »
baz pushed to main at baz/vampires 2025-09-16 00:08:43 +02:00
02e2318761 Add support for loading different health and speed values from enemy data asset
baz closed issue baz/vampires#32 2025-09-15 23:20:52 +02:00
Ensure game is compatible with Gamepads
baz pushed to main at baz/vampires 2025-09-15 22:57:21 +02:00
f49fb3e164 Fix gamepad movement
baz pushed to main at baz/vampires 2025-09-11 03:42:32 +02:00
407f6c6ec6 Enable the quit button
baz closed issue baz/vampires#22 2025-09-11 03:30:36 +02:00
Add Pause Menu
baz closed issue baz/vampires#29 2025-09-11 03:29:48 +02:00
Clean up game world on player death
baz pushed to main at baz/vampires 2025-09-11 03:21:45 +02:00
6a97c425d7 Avoid array resizing with ranged for loop
56d4c5f5b4 Return all pooled objects to pool on player death
Compare 2 commits »
baz pushed to main at baz/vampires 2025-09-10 02:13:15 +02:00
d49010ff68 Add sound effect when button is hovered
baz pushed to main at baz/vampires 2025-09-10 00:01:27 +02:00
6ec8588020 Final Widget cleanup for now
7e940e33fd Convert Game Over Widget to Custom Button
Compare 2 commits »
baz pushed to main at baz/vampires 2025-09-08 23:34:09 +02:00
a0a3aaddff Update Level Up UI to custom buttons
baz pushed to main at baz/vampires 2025-09-08 22:30:16 +02:00
20dbb97b7c Update Pause Menu to custom buttons
baz pushed to main at baz/vampires 2025-09-08 22:12:23 +02:00
e6f04b30da Fix errors with options menu
baz pushed to main at baz/vampires 2025-09-05 22:10:17 +02:00
a6ce1e5c1b Add keyboard controls to Options menu
baz pushed to main at baz/vampires 2025-09-04 01:21:39 +02:00
3171771876 Minor corrections to Mouse Click Handling
baz pushed to main at baz/vampires 2025-09-02 23:31:26 +02:00
1625c0012e Get Select Weapon Menu mostly working
baz pushed to main at baz/vampires 2025-09-02 23:14:48 +02:00
1fea57b459 Set focus correctly on Custom Button
baz pushed to main at baz/vampires 2025-09-02 20:55:09 +02:00
8fba6df0db Swap ListView over to ScrollBox
baz pushed to main at baz/vampires 2025-08-28 04:36:32 +02:00
e7a10aa267 Get Focusing set up on the Main Menu widget
baz pushed to main at baz/vampires 2025-08-26 14:48:34 +02:00
e129f2f0cc Convert StarterWeaponButtonWidget to CustomButton