sadpmpk pushed to assets at sadpmpk/HATPC
-
340d507f14 Implement assets and assets management
sadpmpk pushed to main at sadpmpk/HATPC
-
92cb1855ba Increase player hitbox size
sadpmpk pushed to main at sadpmpk/HATPC
-
ddcb71ed50 Temp fix for 'crate super jump'
-
0a5eb36c34 Refactor bbox edge checking as a function
-
8ae647994a Improve collision resolution for velocity
-
45972d6416 Slow down player when crouching
- Compare 4 commits »
sadpmpk pushed to main at sadpmpk/HATPC
-
8d94943547 (Temporary) Fix corner collision issue
-
c8ea03359c Prevent crate bashing at the corner
-
22b4190947 Refactor collision function signature
- Compare 3 commits »
sadpmpk deleted branch master from sadpmpk/HATPC
sadpmpk pushed to main at sadpmpk/HATPC
-
df66b7d9a3 Fix regression in lower velocity in water
sadpmpk pushed to master at sadpmpk/HATPC
-
95c4b98879 Remove some questionable code
-
a8567e2666 Implement hitbox and hurtbox system
-
b06d25f328 Implement metal crates
- Compare 3 commits »
sadpmpk deleted branch metal_crates from sadpmpk/HATPC
sadpmpk pushed to metal_crates at sadpmpk/HATPC
-
a8567e2666 Implement hitbox and hurtbox system
-
b06d25f328 Implement metal crates
- Compare 2 commits »
sadpmpk pushed to master at sadpmpk/HATPC
-
cf38949956 Fix jump spam and recovery
sadpmpk pushed to master at sadpmpk/HATPC
-
399c78c200 Implement basic scene switching
sadpmpk pushed to master at sadpmpk/HATPC
-
1612b4f648 Refactor and prepare for scene changing
sadpmpk pushed to master at sadpmpk/HATPC
-
c5937694e9 Implement keyboard controls in UI
-
e2eb787a8b Move buttons into menu scene data
- Compare 2 commits »
sadpmpk pushed to master at sadpmpk/HATPC
-
9106899c8a Remove unused components
-
9d959bad07 Add simple button for menu testing
- Compare 2 commits »
sadpmpk pushed to master at sadpmpk/HATPC
-
68e8f7bf1c Allow jumping in one tile gaps
-
8606b595ab Add scene test for 16 pixels size tiles
- Compare 2 commits »
sadpmpk deleted branch crouch_fix from sadpmpk/HATPC
sadpmpk pushed to master at sadpmpk/HATPC
-
e465b0c1d4 Zero out accel for contacts in y-direction
-
e4018f1ad6 Fix edge case in handling horizontal movement
-
0165016a7c Refactor collision event to be LevelSceneData
-
c2bf930059 Fix player collision with crates
-
c5c9b84154 Fix bbox shifting when resizing
- Compare 6 commits »
sadpmpk pushed to crouch_fix at sadpmpk/HATPC
-
2e9fadb79f Rework forcing crouch on ground