You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`race-track-container`| A rectangle asset that surrounds the entire race track area. Used to determine placement position when switching tracks.|
80
80
|`race-track-checkpoint`| Checkpoint assets placed along the track. Multiple checkpoints should use partial matching (e.g., `race-track-checkpoint-1`, `race-track-checkpoint-2`). |
81
-
|`race-track-start`| The starting line asset where players begin the race. |
81
+
|`race-track-start`| The starting line asset where players begin the race.|
82
82
83
-
### Additional Environment Variables
83
+
### Environment Variables
84
84
85
-
In addition to the standard environment variables, this app supports Google Sheets integration for leaderboards:
85
+
Create a `.env` file in the root directory. See `.env-example`for a template.
86
86
87
-
| Variable | Description |
88
-
|----------|-------------|
89
-
|`GOOGLESHEETS_CLIENT_EMAIL`| Google service account email for Sheets API access |
90
-
|`GOOGLESHEETS_SHEET_ID`| The ID of the Google Spreadsheet for storing leaderboard data |
91
-
|`GOOGLESHEETS_PRIVATE_KEY`| Service account private key for authentication |
0 commit comments