diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-01 18:56:58 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-01 18:56:58 -0700 |
commit | a8d07a790395e14fe7aedd3ba638db466f9c0842 (patch) | |
tree | 644f60a6bca79ceb55f24fcab7bdb3dee52c2d6e /public | |
parent | aa08a8943a9a2d4a0e51893eebe6900bca7a7251 (diff) | |
download | the-abstraction-engine-a8d07a790395e14fe7aedd3ba638db466f9c0842.tar.gz the-abstraction-engine-a8d07a790395e14fe7aedd3ba638db466f9c0842.zip |
boundingbox + draw player
Diffstat (limited to 'public')
-rw-r--r-- | public/assets/lambda.png | bin | 1557 -> 0 bytes |
-rw-r--r-- | public/assets/lambda/down.png | bin | 0 -> 1458 bytes |
-rw-r--r-- | public/assets/lambda/left.png | bin | 0 -> 1461 bytes |
-rw-r--r-- | public/assets/lambda/neutral.png | bin | 0 -> 1494 bytes |
-rw-r--r-- | public/assets/lambda/right.png | bin | 0 -> 1512 bytes |
-rw-r--r-- | public/assets/lambda/up.png | bin | 0 -> 1545 bytes |
6 files changed, 0 insertions, 0 deletions
diff --git a/public/assets/lambda.png b/public/assets/lambda.png Binary files differdeleted file mode 100644 index d90ed51..0000000 --- a/public/assets/lambda.png +++ /dev/null diff --git a/public/assets/lambda/down.png b/public/assets/lambda/down.png Binary files differnew file mode 100644 index 0000000..afd6b36 --- /dev/null +++ b/public/assets/lambda/down.png diff --git a/public/assets/lambda/left.png b/public/assets/lambda/left.png Binary files differnew file mode 100644 index 0000000..1f80d9d --- /dev/null +++ b/public/assets/lambda/left.png diff --git a/public/assets/lambda/neutral.png b/public/assets/lambda/neutral.png Binary files differnew file mode 100644 index 0000000..ade570e --- /dev/null +++ b/public/assets/lambda/neutral.png diff --git a/public/assets/lambda/right.png b/public/assets/lambda/right.png Binary files differnew file mode 100644 index 0000000..5ea80cb --- /dev/null +++ b/public/assets/lambda/right.png diff --git a/public/assets/lambda/up.png b/public/assets/lambda/up.png Binary files differnew file mode 100644 index 0000000..7da6755 --- /dev/null +++ b/public/assets/lambda/up.png |