mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 15:38:14 +00:00
made sub level transitions a bit smoother
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user