Created
December 15, 2022 06:47
-
-
Save deleteman/c9a41cb5e47ebff0faa9729c865cadbe to your computer and use it in GitHub Desktop.
This file contains hidden or 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
let obstacles = [ | |
{x:5,y:5, width: 1, height: 1}, | |
{x:6,y:5, width: 1, height: 1}, | |
{x:7,y:5, width: 1, height: 1}, | |
{x:8,y:5, width: 1, height: 1}, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment