moving_creature.gd 84 B

1234567
  1. extends KinematicBody2D
  2. class_name MovingCreature
  3. func is_player():
  4. return false