userTony Fergusoncancel
reposbox-sausagesurvivors2cancel

38 Commits over 0 Days - ∞cph!

1 Year Ago
Fixed death screen retry bind being callable whenever
1 Year Ago
Fix up player bounds, added intro/outro to tooltips
1 Year Ago
Set cursor type respectively when (un)hovering eligible tooltip entities
1 Year Ago
Rewritten tooltip system to not have one panel per unit, instead we'll just trace from the cursor. Also lets us deselect by clicking off a unit now too. Significant performance improvement.
1 Year Ago
Remove ununsed actions/duplicate gamepad codes
1 Year Ago
If UpgradeItem gets destroyed before its tooltip is gone, delete the tooltip
1 Year Ago
Fixed ItemSelect mouse click bugginess, added keyframe anims when hovering over upgrades
1 Year Ago
Refactor ItemToolTip to be created as a child of our game's root panel, not the item panel - fixes all z position bullshittery
1 Year Ago
Adjust UpgradeItem box-shadow Use UpgradeItem in ItemSelect
1 Year Ago
Re-added scrolling to player tooltip's upgrades list
1 Year Ago
Added player avatar to player tooltip, redesigned to be inline
1 Year Ago
Update DeathScreen style
1 Year Ago
Use UpgradeItem component in DeathScreen
1 Year Ago
Move the chatbox up if upgrade list is in the way Add join/leave and death messages
1 Year Ago
Add styled chatbox
1 Year Ago
Spawn coin particle clientside, interpolate toward position (smooth coins), fixes #3
1 Year Ago
Nevermind, this isn't the way to approach it as we end up stomping all mouse input
1 Year Ago
Click anywhere to close active tooltip
1 Year Ago
Fixed ThingTooltip style, whoops
1 Year Ago
UI Refactor / Cleanup - added general theme stylesheet, reusable UpgradeItem component which creates tooltips
1 Year Ago
Fix up stylesheet warnings
1 Year Ago
Support showing damage ranges if they aren't fixed
1 Year Ago
Update tooltips to match new UI concepts
1 Year Ago
Add new fonts
1 Year Ago
Added twin stick camera controls for using a gamepad
1 Year Ago
Ceil health on tooltip
1 Year Ago
Show player dash count on tooltip too
1 Year Ago
Add player upgrades to player tooltip so you can view other people's upgrades
1 Year Ago
Hold reference to currently open tooltip - close it if we open a new one
1 Year Ago
Test tooltip for units, need to make it pretty later
1 Year Ago
UnitTooltip -> ThingTooltip, use existing interface to filter through usable tooltips. IThing inherits IValid
1 Year Ago
Add tooltips to hud, hide until hovered Use collision bounds to center align the tooltip box a bit better
1 Year Ago
Add boilerplate for interactable unit tooltips
1 Year Ago
Hold references to particles that we want to delete on game restart Remove useless camera code
1 Year Ago
Unset dash velocity when dash is finished - set velocity, don't offset position when dashing, add skid anim for dash
1 Year Ago
Fixed player item tooltip getting stuck on screen
1 Year Ago
Fixed bullets spawning above the player
1 Year Ago
Better PlayerItems hover behavior