This website requires JavaScript.
Explore
Help
Register
Sign In
humza
/
sml-projects
Watch
1
Star
0
Fork
0
You've already forked sml-projects
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
22d43dc0c13a48e567d3b1cc48275219cd6ec4fa
sml-projects
/
fcore
/
level
/
player
History
Humza Shahid
22d43dc0c1
figure out reason for the strange player/projectile alignment, and address it (when player is facing left, we want to subtract size of whole projectile so it looks like it starts at the leftmost side; however, when player is facing right, we want to add by the width of the player, so it looks like the projectile starts from the player's rightmost side)
2025-08-29 03:43:10 +01:00
..
sprites
bring over attack projectile frames
2025-08-29 01:00:08 +01:00
player-attack.sml
fix a purely visual bug: do not transition to 'DROP_BELOW_PLATFORM state when player is touching ground wall
2025-06-10 13:01:05 +01:00
player-patch.sml
add 'animTimer' to player type, to help decide which frame to show for player
2025-02-22 14:00:33 +00:00
player-type.sml
animate whip (only visual; no collision detection)
2025-02-28 14:11:57 +00:00
player-vec.sml
figure out reason for the strange player/projectile alignment, and address it (when player is facing left, we want to subtract size of whole projectile so it looks like it starts at the leftmost side; however, when player is facing right, we want to add by the width of the player, so it looks like the projectile starts from the player's rightmost side)
2025-08-29 03:43:10 +01:00
player.sml
fix a purely visual bug: do not transition to 'DROP_BELOW_PLATFORM state when player is touching ground wall
2025-06-10 13:01:05 +01:00
whip.sml
begin portin attack
2025-08-29 00:16:58 +01:00