Added bullet indexing to create shot patterns

This commit is contained in:
Henry Faber 2026-06-13 12:05:13 +01:00
parent bdbc3b015f
commit 1725b8b754
13 changed files with 91 additions and 27 deletions

View file

@ -12,7 +12,7 @@ class_name MovementComponent extends Node
var input = Input.get_vector("left", "right", "up","down")
func tick(delta: float):
# Check to see if there's a player to move
if player == null: return