Added basic logic for water pistol firing

This commit is contained in:
2025-07-20 16:28:05 -07:00
parent b300f54674
commit c357d93c73
5 changed files with 48 additions and 13 deletions

View File

@ -5,7 +5,12 @@ input = {
]
map = {
fire_primary = {
mouse = ["left"]
}
reload = { keys = ["key_r"] }
left = { keys = ["key_a", "left"] }
right = { keys = ["key_d", "right"] }
up = { keys = ["key_w", "up"] }