Skip to content
#

canvas-game

Here are 908 public repositories matching this topic...

suchipi
suchipi commented Apr 12, 2020

It would be nice to have a component that can expose the frames of an animated GIF image using the Animation interface; I'm picturing something like this:

import { useType, useNewComponent, GIF, useDraw } from "@hex-engine/2d";
import someGifFile from "./whatever.gif";

function MyComponent() {
  useType(MyComponent);

  const gif = u
help wanted good first issue 2d
qubitter
qubitter commented Feb 6, 2022

Browser: Any
Airport: Any
Approximate play time before issue: 00h00m00s

Issue Description

The default setting for tower control is "System Controlled". Because of this, when going through the tutorial, players will not be able to instruct aircraft to taxi, since they'll have taken off already.

To me, this suggests a fundamental problem with this part of the game's scope. Why are we t

enhancement good first issue

Improve this page

Add a description, image, and links to the canvas-game topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the canvas-game topic, visit your repo's landing page and select "manage topics."

Learn more