mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-02 13:30:37 -04:00
updates
This commit is contained in:
parent
1f8cb3c145
commit
610604e80f
253 changed files with 27055 additions and 44 deletions
4
.config/ags/modules/.miscutils/mathfuncs.js
Normal file
4
.config/ags/modules/.miscutils/mathfuncs.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
export function clamp(x, min, max) {
|
||||
return Math.min(Math.max(x, min), max);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue