Add palette system

This commit is contained in:
schmelczerandras 2020-09-23 16:27:02 +02:00
parent f60ae06f59
commit 98d1fc9ca2
19 changed files with 196 additions and 113 deletions

View file

@ -1,3 +1,4 @@
export interface StartupSettings {
shadowTraceCount: string;
shadowTraceCount: number;
paletteSize: number;
}