9 lines
275 B
Plaintext
9 lines
275 B
Plaintext
// Chess game configuration for Moth framework
|
|
return {
|
|
title: "Chess",
|
|
resolution: { width: 480, height: 480 },
|
|
internal_resolution: { width: 480, height: 480 },
|
|
fps: 60,
|
|
clearColor: [22/255, 120/255, 194/255, 1],
|
|
mode: 'stretch' // No letterboxing for chess
|
|
}; |