Add piano item type with realtime play mode and remote notes
This commit is contained in:
@@ -89,6 +89,8 @@ export class CanvasRenderer {
|
||||
? '#fbbf24'
|
||||
: item.type === 'wheel'
|
||||
? '#f97316'
|
||||
: item.type === 'piano'
|
||||
? '#c4b5fd'
|
||||
: item.type === 'clock'
|
||||
? '#86efac'
|
||||
: item.type === 'widget'
|
||||
@@ -103,6 +105,8 @@ export class CanvasRenderer {
|
||||
? 'R'
|
||||
: item.type === 'wheel'
|
||||
? 'W'
|
||||
: item.type === 'piano'
|
||||
? 'P'
|
||||
: item.type === 'clock'
|
||||
? 'C'
|
||||
: item.type === 'widget'
|
||||
|
||||
Reference in New Issue
Block a user