-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8ee80a5
commit 8d8df24
Showing
113 changed files
with
3,557 additions
and
4,538 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
export const SERVER_TICK_MS = 25; | ||
export const SERVER_TICK_MS = 25 | ||
|
||
export const MIN_X = 20; | ||
export const MAX_X = 2520; | ||
export const MIN_X = 20 | ||
export const MAX_X = 2520 | ||
|
||
export const MIN_Y = 120; | ||
export const MAX_Y = 1190; | ||
export const MIN_Y = 120 | ||
export const MAX_Y = 1190 | ||
|
||
export const RAIDER_CAMP_MIN_X = 3000; | ||
export const RAIDER_CAMP_MAX_X = 3500; | ||
export const RAIDER_CAMP_MIN_Y = 120; | ||
export const RAIDER_CAMP_MAX_Y = 1190; | ||
export const RAIDER_CAMP_MIN_X = 3000 | ||
export const RAIDER_CAMP_MAX_X = 3500 | ||
export const RAIDER_CAMP_MIN_Y = 120 | ||
export const RAIDER_CAMP_MAX_Y = 1190 | ||
|
||
export const DONATE_URL = "https://www.donationalerts.com/r/hmbanan666"; | ||
export const DISCORD_SERVER_INVITE_URL = "https://discord.gg/B6etUajrGZ"; | ||
export const DONATE_URL = "https://www.donationalerts.com/r/hmbanan666" | ||
export const DISCORD_SERVER_INVITE_URL = "https://discord.gg/B6etUajrGZ" | ||
|
||
export const TWITCH_CHANNEL_REWARDS = { | ||
"add150ViewerPointsId": "d8237822-c943-434f-9d7e-87a9f549f4c4", | ||
"villainStealFuelId": "d5956de4-54ff-49e4-afbe-ee4e62718eee" | ||
}; | ||
add150ViewerPointsId: "d8237822-c943-434f-9d7e-87a9f549f4c4", | ||
villainStealFuelId: "d5956de4-54ff-49e4-afbe-ee4e62718eee", | ||
} | ||
|
||
export const ADMIN_PLAYER_ID = "svhjz9p5467wne9ybasf1bwy"; | ||
export const ADMIN_PLAYER_ID = "svhjz9p5467wne9ybasf1bwy" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
import { PrismaClient } from "@prisma/client"; | ||
import { PrismaClient } from "@prisma/client" | ||
|
||
export const db = new PrismaClient(); | ||
export const db = new PrismaClient() |
Oops, something went wrong.