A game created for the Godot Wild Jam #21
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

8 行
131B

  1. extends Node2D
  2. func get_starting_position():
  3. return get_node("Player_Start").position
  4. func get_level_music():
  5. return "Fly.ogg"