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

9 行
123B

  1. extends Node2D
  2. func _on_Area2D_body_entered(body):
  3. var bs = get_parent().get_node("BladeSaw")
  4. bs.active = !bs.active