Skip to content

Commit

Permalink
fix(main.gd): 删除空 _ready() 函数导致的错误
Browse files Browse the repository at this point in the history
  • Loading branch information
cutekibry committed Feb 15, 2024
1 parent 667f08f commit d25a015
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions main.gd
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
extends Node
class_name Main extends Node





func _ready():


func _on_main_menu_enter_level():
$BGMPlayer.play()

Expand Down

0 comments on commit d25a015

Please sign in to comment.