mirror of
https://github.com/Relintai/broken_seals_2d.git
synced 2025-04-02 16:55:37 +02:00
BSInputEventKey's functionality have been merged into the engine.
This commit is contained in:
parent
3cce8a8caf
commit
05a368c089
@ -58,22 +58,6 @@ var _settings : Dictionary = {
|
|||||||
|
|
||||||
func _ready():
|
func _ready():
|
||||||
load_settings()
|
load_settings()
|
||||||
|
|
||||||
var actions : Array = InputMap.get_actions()
|
|
||||||
|
|
||||||
for action in actions:
|
|
||||||
var acts : Array = InputMap.get_action_list(action)
|
|
||||||
|
|
||||||
for i in range(len(acts)):
|
|
||||||
var a = acts[i]
|
|
||||||
if a is InputEventKey:
|
|
||||||
var nie : BSInputEventKey = BSInputEventKey.new()
|
|
||||||
nie.from_input_event_key(a as InputEventKey)
|
|
||||||
acts[i] = nie
|
|
||||||
|
|
||||||
InputMap.action_erase_event(action, a)
|
|
||||||
InputMap.action_add_event(action, nie)
|
|
||||||
|
|
||||||
set_stretch()
|
set_stretch()
|
||||||
setup_window()
|
setup_window()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user