First commit 🎉

This commit is contained in:
Tony Bark 2025-07-17 01:49:18 -04:00
commit 43ea213f9b
728 changed files with 37080 additions and 0 deletions

View 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
}
]