added levels

This commit is contained in:
Booklordofthedings 2024-08-18 23:30:19 +02:00
parent 9ae78abd7d
commit d6906dc6a2
10 changed files with 176 additions and 9 deletions

View file

@ -4,6 +4,8 @@ extends CharacterBody2D
@export var gravity = 50;
@export var direction = 1;
func _ready() -> void:
add_to_group("enemy")
func _physics_process(delta):
if is_on_wall():