pawn.gd 96 B

12345
  1. extends Node2D
  2. enum CELL_TYPES { ACTOR, OBSTACLE, OBJECT }
  3. export(CELL_TYPES) var type = ACTOR