Added thingas
2
game.js
@@ -10,7 +10,7 @@ const BG_CANVAS = document.getElementById("bgcanvas");
|
||||
const BG_CTX = BG_CANVAS.getContext("2d");
|
||||
const CTX = GAME_CANVAS.getContext("2d");
|
||||
|
||||
const COUNTDOWN_START_SECS = 25;
|
||||
const COUNTDOWN_START_SECS = 35;
|
||||
|
||||
// Size parameters, they will be adjusted to fit the size of the screen
|
||||
let WIDTH = GAME_CANVAS.width;
|
||||
|
||||
@@ -15,5 +15,14 @@ const horse_array = [
|
||||
{img: "./resources/horse_images/final/stonewall_000.png", name: "Stonewall", owner: "Davie"},
|
||||
{img: "./resources/horse_images/final/nobody_cares.png", name: "Nobody Cares", owner: "Brendan"},
|
||||
{img: "./resources/horse_images/final/Raibow_sparkle.png", name: "Rainbow Sparkle", owner: "Cyndi"},
|
||||
|
||||
{img: "./resources/horse_images/final/arthur_horsegan.png", name: "Arthur Horsegan", owner: "Zucchini"},
|
||||
{img: "./resources/horse_images/final/arthur_morgan.png", name: "Arthur Morgan", owner: "Carlos"},
|
||||
{img: "./resources/horse_images/final/bob.png", name: "Bob", owner: "Ski"},
|
||||
{img: "./resources/horse_images/final/elmers.png", name: "Elmers", owner: "Quinn"},
|
||||
{img: "./resources/horse_images/final/hugsy.png", name: "Hugsy", owner: "Jenn"},
|
||||
{img: "./resources/horse_images/final/ikea.png", name: "Ikea", owner: "Quinn"},
|
||||
{img: "./resources/horse_images/final/platty.png", name: "Platty", owner: "Ski"},
|
||||
{img: "./resources/horse_images/final/saweetie.png", name: "Saweetie", owner: "Ola"},
|
||||
{img: "./resources/horse_images/final/Shitty_ponyta.png", name: "Shitty Ponyta", owner: "Zucchini"},
|
||||
{img: "./resources/horse_images/final/Hand_Banana.png", name: "Hand Banana", owner: "Carl"},
|
||||
];
|
||||
BIN
resources/horse_images/final/Hand_Banana.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
resources/horse_images/final/Shitty_ponyta.png
Normal file
|
After Width: | Height: | Size: 1.0 MiB |
BIN
resources/horse_images/final/arthur_horsegan.png
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
BIN
resources/horse_images/final/arthur_morgan.png
Normal file
|
After Width: | Height: | Size: 675 KiB |
BIN
resources/horse_images/final/bob.png
Normal file
|
After Width: | Height: | Size: 812 KiB |
BIN
resources/horse_images/final/elmers.png
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
BIN
resources/horse_images/final/hugsy.png
Normal file
|
After Width: | Height: | Size: 386 KiB |
BIN
resources/horse_images/final/ikea.png
Normal file
|
After Width: | Height: | Size: 941 KiB |
BIN
resources/horse_images/final/platty.png
Normal file
|
After Width: | Height: | Size: 425 KiB |
BIN
resources/horse_images/final/saweetie.png
Normal file
|
After Width: | Height: | Size: 4.4 MiB |