Initial jam build, 2 endings— secret ending glitches and doesn't show
title upon completion.
This commit is contained in:
parent
ab0a4e24f7
commit
7b47e847ae
14 changed files with 496 additions and 58 deletions
|
|
@ -60,7 +60,6 @@ func _process(delta):
|
|||
rotater.rotation_degrees -= 2.5 # Adjust rotation speed
|
||||
|
||||
func spawn_bullet():
|
||||
print("I'm spawning bullets!")
|
||||
var bullet = bullet_scene.instantiate()
|
||||
get_tree().root.add_child(bullet)
|
||||
bullet.position = rotater.global_position
|
||||
|
|
@ -73,7 +72,6 @@ func spawn_bullet():
|
|||
|
||||
|
||||
func _on_shoot_timer_timeout() -> void:
|
||||
print("Shoot timer timeout!")
|
||||
spawn_bullet()
|
||||
#for s in rotater.get_children():
|
||||
#var b = bullet_scene.instantiate()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue