mirror of
https://github.com/GDQuest/godot-platformer-2d.git
synced 2026-01-23 02:14:19 +00:00
Remove obsolete code in Settings.gd
This commit is contained in:
parent
ba1df1af21
commit
8d1c816f02
1 changed files with 0 additions and 4 deletions
|
|
@ -49,10 +49,6 @@ const JOYSTICK_AIM_INPUTS := {
|
|||
var aim_stick: int = 0 setget set_aim_stick
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
self.aim_stick = ProjectSettings.get_setting('debug/testing/controls/aim_stick')
|
||||
|
||||
|
||||
func _input(event: InputEvent) -> void:
|
||||
if event is InputEventJoypadButton or event is InputEventJoypadMotion:
|
||||
if controls == KBD_MOUSE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue