feat: hex patches

This commit is contained in:
2025-04-21 22:05:37 +00:00
parent b75cc8f240
commit e569d57788
9 changed files with 96 additions and 4 deletions

View File

@ -167,7 +167,7 @@ export interface Patch {
id: string;
name: string;
tooltip: string;
type: undefined | 'number';
type: undefined | 'number' | 'hex';
default: number;
min: number;
max: number;