Skip to content

Commit

Permalink
Merge pull request #148 from nezvers/gamepad_direction
Browse files Browse the repository at this point in the history
remove leftover
  • Loading branch information
nezvers authored Nov 23, 2024
2 parents 64908dc + 655fa97 commit 7c34368
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion addons/top_down/scripts/input/ActionResource.gd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ extends SaveableResource

signal updated

@export var device_index:int = 0
@export var pause_action:StringName
@export_category("Actions")
@export var left_action:StringName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ signal prepare_spawn
## Best for splitting from top resource
@export var new_damage:bool = false

var axis_compensation:Vector2

func _ready()->void:
axis_compensation = Vector2.ONE / axis_multiplication_resource.value

func spawn()->void:
assert(projectile_instance_resource != null)
Expand Down

0 comments on commit 7c34368

Please sign in to comment.