Skip to content

Commit

Permalink
Merge pull request #4023 from KBVE/patch-atomic-adjusting-the-other-b…
Browse files Browse the repository at this point in the history
…g-layers-02-20-2025-1740028627

[CI] Merge patch-atomic-adjusting-the-other-bg-layers-02-20-2025-1740028627 into dev
  • Loading branch information
h0lybyte authored Feb 20, 2025
2 parents c9a56ab + c142b11 commit 7b2c771
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/gamejam/brackeys/13/scripts/spaceship.gd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ signal laser_shot(laser)

var laser_scene = preload("res://scenes/laser.tscn")

func _ready():
position = get_viewport_rect().size / 2

func _process(delta):
if Input.is_action_pressed("shoot"):
shoot_laser()
Expand Down

0 comments on commit 7b2c771

Please sign in to comment.