Skip to content

Commit

Permalink
Merge branch 'hackclub-dev' into dev
Browse files Browse the repository at this point in the history
Merge branch
  • Loading branch information
YodaLightsabr committed Jan 29, 2022
2 parents f3d4990 + 5460158 commit 4f61165
Show file tree
Hide file tree
Showing 27 changed files with 1,772 additions and 374 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Continuous Integration

# This action works with pull requests and pushes
on:
pull_request:
push:
branches:
- main
Expand Down
3 changes: 0 additions & 3 deletions Engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,9 +338,6 @@ class Engine {
parent.querySelectorAll(".text-container > *").forEach((x) => x.remove());
this.textContainer = parent.querySelector(".text-container");

/* let's make sure we know how big all the sprites are before we do any game logic */
dispatch("SIZE_UP_SPRITES");

canvas.setAttribute("tabindex", "1");

canvas.addEventListener("keydown", (e) => {
Expand Down
29 changes: 0 additions & 29 deletions defaultProg.js

This file was deleted.

Loading

0 comments on commit 4f61165

Please sign in to comment.