/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Data/Tools/ezEditor/ProjectTemplates/Basic FPS/RuntimeConfigs/InputConfig.ddl
190 строк
3 KB
Jan Krassnigg
Updated Basic FPS project template (#1496)
26 фев 2025, 16:05
Не верифицирован
26 фев 2025, 16:05
b23c2c5
Код
Авторство
О чём код?
InputAction { string %Set{"Default"} string %Action{"interact"} bool %TimeScale{false} Slot { string %Key{"keyboard_e"} float %Scale{1} } } InputAction { string %Set{"Default"} string %Action{"move_forwards"} bool %TimeScale{false} Slot { string %Key{"keyboard_w"} float %Scale{1} } } InputAction { string %Set{"Default"} string %Action{"move_backwards"} bool %TimeScale{false} Slot { string %Key{"keyboard_s"} float %Scale{1} } } InputAction { string %Set{"Default"} string %Action{"move_left"} bool %TimeScale{false} Slot { string %Key{"keyboard_a"} float %Scale{1} } } InputAction { string %Set{"Default"} string %Action{"move_right"} bool %TimeScale{false} Slot { string %Key{"keyboard_d"} float %Scale{1} } } InputAction { string %Set{"Default"} string %Action{"jump"} bool %TimeScale{false} Slot { string %Key{"keyboard_space"} float %Scale{1} } } InputAction { string %Set{"Default"} string %Action{"shoot"} bool %TimeScale{false} Slot { string %Key{"mouse_button_0"} float %Scale{1} } } InputAction { string %Set{"Default"} string %Action{"turn_left"} bool %TimeScale{true} Slot { string %Key{"mouse_move_negx"} float %Scale{1} } Slot { string %Key{"keyboard_left"} float %Scale{1} } } InputAction { string %Set{"Default"} string %Action{"turn_right"} bool %TimeScale{true} Slot { string %Key{"mouse_move_posx"} float %Scale{1} } Slot { string %Key{"keyboard_right"} float %Scale{1} } } InputAction { string %Set{"Default"} string %Action{"turn_up"} bool %TimeScale{true} Slot { string %Key{"mouse_move_negy"} float %Scale{1} } Slot { string %Key{"keyboard_up"} float %Scale{1} } } InputAction { string %Set{"Default"} string %Action{"turn_down"} bool %TimeScale{true} Slot { string %Key{"mouse_move_posy"} float %Scale{1} } Slot { string %Key{"keyboard_down"} float %Scale{1} } } InputAction { string %Set{"Default"} string %Action{"run"} bool %TimeScale{false} Slot { string %Key{"keyboard_left_shift"} float %Scale{1} } } InputAction { string %Set{"Default"} string %Action{"crouch"} bool %TimeScale{false} Slot { string %Key{"keyboard_left_ctrl"} float %Scale{1} } } InputAction { string %Set{"Default"} string %Action{"shoot"} bool %TimeScale{false} Slot { string %Key{"mouse_button_0"} float %Scale{1} } Slot { string %Key{"keyboard_right_ctrl"} float %Scale{1} } } InputAction { string %Set{"Default"} string %Action{"use"} bool %TimeScale{true} Slot { string %Key{"keyboard_e"} float %Scale{1} } }