class_name PhysicsLayer enum { WORLD = 1 << 0, PLAYER = 1 << 1, ITEM = 1 << 2, }