Fullscreen and jumping and stuff

This commit is contained in:
Gnarwhal 2024-08-07 05:09:35 +00:00
parent d171be23d9
commit 7f2694ab24
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174
14 changed files with 347 additions and 35 deletions

View file

@ -13,6 +13,7 @@
},
actions: {
ShortHop: [
[ScanCode(57)],
[Controller(0, X)],
[Controller(1, X)],
[Controller(2, X)],
@ -22,7 +23,6 @@
],
FullHop: [
[ScanCode(17)],
[ScanCode(57)],
[Controller(0, A)],
[Controller(1, A)],
[Controller(2, A)],
@ -31,4 +31,4 @@
[Controller(5, A)],
],
}
)
)

BIN
resources/sprites.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 B

12
resources/sprites.ron Normal file
View file

@ -0,0 +1,12 @@
List((
texture_width: 16,
texture_height: 16,
sprites: [
(
x: 0,
y: 0,
width: 16,
height: 16,
)
],
))