Fullscreen and jumping and stuff
This commit is contained in:
parent
d171be23d9
commit
7f2694ab24
14 changed files with 347 additions and 35 deletions
|
@ -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
BIN
resources/sprites.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 206 B |
12
resources/sprites.ron
Normal file
12
resources/sprites.ron
Normal file
|
@ -0,0 +1,12 @@
|
|||
List((
|
||||
texture_width: 16,
|
||||
texture_height: 16,
|
||||
sprites: [
|
||||
(
|
||||
x: 0,
|
||||
y: 0,
|
||||
width: 16,
|
||||
height: 16,
|
||||
)
|
||||
],
|
||||
))
|
Loading…
Add table
Add a link
Reference in a new issue