reposbox-platformercancel

475 Commits over 915 Days - 0.02cph!

3 Months Ago
No air dash, double jump when holding ledge
3 Months Ago
Only allow grabbing ledges
3 Months Ago
Backport some ledge climbing, you can climb up anything right now
3 Months Ago
Removed some hud fluff
3 Months Ago
Tweak sliding to be less shit, and also simpler
3 Months Ago
bucket texture update includes material groups for no paint and with paint
3 Months Ago
bucket initial push
3 Months Ago
Expand block out
3 Months Ago
Update .gitignore Block out
3 Months Ago
large coffee mug specularity and albedo adjustment
3 Months Ago
large_coffee_cup asset addition Merge branch 'main' of sbox-platformer
3 Months Ago
nah but actually add the washer tho
3 Months Ago
Relocated assets + added bolts/screws/washer/bracket
3 Months Ago
added metal platforms
3 Months Ago
Whoops
3 Months Ago
Add pause menu
3 Months Ago
Add testing notifications panel
3 Months Ago
Use trace normal for fake shadow
3 Months Ago
Use a state machine to control the whole thing, make it into a prefab
3 Months Ago
Add some libs, add Zone from HC1, start framing out SceneLoadVolume, new home scene
3 Months Ago
Temporarily display active abilities on the hud
3 Months Ago
Use Health prop
3 Months Ago
HUD test
3 Months Ago
More messing around with UI https://files.facepunch.com/tony/1b0111b1/sbox-dev_jwiM3RE8z3.jpg
3 Months Ago
Work on theme
3 Months Ago
Small changes, air dash uses SHIFT
3 Months Ago
Cancel slide if we end up off the ground
3 Months Ago
Implement TakesOverControl, which cancels out wish movement Add Slide
3 Months Ago
Can't die while dead
3 Months Ago
Crush trigger instead of trying to bake it in all things
3 Months Ago
Whoops
3 Months Ago
Implement coyote time
3 Months Ago
Cleanup
3 Months Ago
Do pushing differently
3 Months Ago
Improve Ground Slam, stops the player in the air first PlayerPusher, PlayerCrusher, Kill, Respawn Remove debugs
3 Months Ago
Camera 2
3 Months Ago
Use Player.Velocity instead for a bunch of things
3 Months Ago
Add MovingPlatform New test map Basic implementation for Inheriting ground object velocity
3 Months Ago
Fixed fake shadow decal cutoff/depth
3 Months Ago
Adjust footsteps
3 Months Ago
bloom
3 Months Ago
The map has a sun and sky already Fake shadow playground scene Rename player Better jumping Camera improvments
3 Months Ago
Update player.prefab
3 Months Ago
Work on pickup collectibles
3 Months Ago
Air dash is relative to input direction, not facing direction
3 Months Ago
Trace to camera direction to try to avoid walls
3 Months Ago
Fixed jittery camera
3 Months Ago
Trying to simplify this code
3 Months Ago
Better camera Player rotate free of camera
3 Months Ago
Expose OnPlayerLanded event instead of checking on update in every ability that needs to know