Added level 4

This commit is contained in:
2026-01-10 02:48:25 +03:00
parent f7197d8f2a
commit be040a79c0
16 changed files with 519 additions and 9 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ class_name AbstractLevel
extends Node2D
@export var player_falling_at_start: bool = false
@export var player_falling_at_start: bool = true
@onready var player : Player = $Player