Skip to content

Commit

Permalink
fix: make backgroundColor optional
Browse files Browse the repository at this point in the history
  • Loading branch information
seleb committed Mar 30, 2022
1 parent 87f1a6d commit 9607f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/RJSGameConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export interface RJSGameConfig extends IGameConfig {
name: string;
w: number;
h: number;
backgroundColor: number;
backgroundColor?: number;
loadingScreen: {
minTime?: number;
background: string;
Expand Down

0 comments on commit 9607f74

Please sign in to comment.