added the scrump

This commit is contained in:
pennyrigate 2023-02-20 00:16:24 -05:00
parent e5151c4a28
commit 5d7a5a1d29
9 changed files with 70 additions and 58 deletions

View file

@ -0,0 +1,5 @@
extends "res://objects/enemy/enemy.gd"
func _physics_process(delta):
position.x -= 80 * delta