feat: the rebuild gamemode of "Gauntlet"
This commit is contained in:
@@ -48,6 +48,8 @@ GachaManager="*res://scripts/managers/gacha_manager.gd"
|
||||
BackendService="*res://scripts/services/backend_service.gd"
|
||||
FriendManager="*res://scripts/managers/friend_manager.gd"
|
||||
MailManager="*res://scripts/managers/mail_manager.gd"
|
||||
EventBus="*res://scripts/event_bus.gd"
|
||||
SessionManager="*res://scripts/managers/session_manager.gd"
|
||||
|
||||
[display]
|
||||
|
||||
@@ -137,6 +139,12 @@ use_powerup={
|
||||
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":3,"pressure":0.0,"pressed":false,"script":null)
|
||||
]
|
||||
}
|
||||
use_cleanser={
|
||||
"deadzone": 0.2,
|
||||
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":69,"key_label":0,"unicode":101,"location":0,"echo":false,"script":null)
|
||||
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":-1,"button_index":2,"pressure":0.0,"pressed":false,"script":null)
|
||||
]
|
||||
}
|
||||
action_grab_tekton={
|
||||
"deadzone": 0.5,
|
||||
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":71,"physical_keycode":0,"key_label":0,"unicode":103,"location":0,"echo":false,"script":null)
|
||||
|
||||
Reference in New Issue
Block a user