Darkborderman / Sokoban

Sokoban, a Godot 4 practice project.
https://darkborderman.github.io/Sokoban
3 stars 0 forks source link

Upgrade to Godot 4.2 #56

Closed Darkborderman closed 8 months ago

Darkborderman commented 8 months ago

Upgrade the project to Godot 4.2

Currently 4.2 change_scene_to_file behaves differently in 4.1, which is not called deferred.

This may cause scene beome a blank screen. Some scenes have to add call_deferred to call scene deferred intentionally.