No edit summary |
|||
Line 1: | Line 1: | ||
* Sandbox 1 [[User:DarthPhallus/Sandbox 1]] | * Sandbox 1 [[User:DarthPhallus/Sandbox 1]] | ||
* Sandbox 2 [[User:DarthPhallus/Sandbox 2]] | |||
* Glossary Overhaul + Linking it to Properties Template [[User:DarthPhallus/Glossary]] | * Glossary Overhaul + Linking it to Properties Template [[User:DarthPhallus/Glossary]] | ||
Revision as of 10:16, 6 May 2025
- Sandbox 1 User:DarthPhallus/Sandbox 1
- Sandbox 2 User:DarthPhallus/Sandbox 2
- Glossary Overhaul + Linking it to Properties Template User:DarthPhallus/Glossary
Useful Stuff
- Assist Sheet for Fixed Hitstun: https://docs.google.com/spreadsheets/d/17fmzdZHfPGd_2rPX89b0hS_4aOzo24IUDSt4IBjgc4M/edit?hl=en_US&hl=en_US#gid=0
- Modder Scratchpad: Has Weight Values among a bunch of other stuff
- OTG Options + More Bible Page 31
- Potential Video of Hitboxes? [1]
- Damage Calculator [2]
Grounded Normal Chain/Cancel Table
* L/S/H stands for Launcher, Specials, and Hypers
Normal | Chains Into | Cancels Into | Notes |
---|---|---|---|
5L | |||
2L | |||
5M | |||
2M | |||
5H | |||
2H |
MoveCard Notes
- Got the actual info to populate the tooltip working, new issue is the tooltip itself.
- It seems in order to have the tooltip overflow a container with overflow:hidden, which I presume the movecard has(?) I will need to make a wrapper for the tooltip that is position:absolute.
- I then have the tooltip be positioned relatively inside of that. The issue is that the wrapper is spawned offset from the actual text we are putting the tooltip over. Making it difficult to impossible to have the tooltip be centered above the text.
- https://stackoverflow.com/questions/39146047/display-tooltip-when-container-overflow-is-hidden
- Can potentinally use Tranform: translate to move the Wrapper, need to figure out how to always have it centered and above the has-tt element.