您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

11 行
206 B

  1. extends Node
  2. class_name BaseLevel
  3. func _enter_tree():
  4. Controller.player_input_enabled = true
  5. func _exit_tree():
  6. Controller.player_input_enabled = false
  7. Input.set_mouse_mode(Input.MOUSE_MODE_VISIBLE)