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