16 lines
314 B
YAML
16 lines
314 B
YAML
|
|
||
|
# Change these to whatever you want
|
||
|
up: W
|
||
|
down: S
|
||
|
left: A
|
||
|
right: D
|
||
|
input_sprite_path: neocat.png
|
||
|
input_sprite_size: [
|
||
|
30.0,
|
||
|
30.0
|
||
|
]
|
||
|
input_sprite_location: [
|
||
|
-200.0,
|
||
|
-200.0
|
||
|
]
|
||
|
|