First commit 🎉
This commit is contained in:
commit
43ea213f9b
728 changed files with 37080 additions and 0 deletions
17
addons/popochiu/engine/others/input_actions.gd
Normal file
17
addons/popochiu/engine/others/input_actions.gd
Normal file
|
@ -0,0 +1,17 @@
|
|||
const INTERACT := 'popochiu-interact'
|
||||
const LOOK := 'popochiu-look'
|
||||
const SKIP := 'popochiu-skip'
|
||||
const ACTIONS := [
|
||||
{
|
||||
name = INTERACT,
|
||||
button = MOUSE_BUTTON_LEFT
|
||||
},
|
||||
{
|
||||
name = LOOK,
|
||||
button = MOUSE_BUTTON_RIGHT
|
||||
},
|
||||
{
|
||||
name = SKIP,
|
||||
key = KEY_ESCAPE
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue