fix bug world a little

This commit is contained in:
Haze Weathers 2024-02-27 20:13:12 -05:00
parent 39fdf11807
commit 90d0ec86c0
4 changed files with 21 additions and 12 deletions

5
menus/bug_world.gd Normal file
View file

@ -0,0 +1,5 @@
extends Node2D
func _ready() -> void:
Fade.fade_in(Options.transition_speed_secs)