made sub level transitions a bit smoother

This commit is contained in:
JHDev2006
2025-09-20 19:09:34 +01:00
parent 99066de39b
commit 4cc6e938fc
11 changed files with 2839 additions and 2708 deletions

View File

@@ -79,6 +79,7 @@ func spawn_containers() -> void:
container.level_author = i.author.username
container.difficulty = i.difficulty
container.level_id = i._id
container.ratings = i.rates
container.level_selected.connect(show_info)
if i.has("thumbnail"):
if i.thumbnail != null: