Class Config

java.lang.Object
com.github.yellowstonegames.place.tileset.Config

public class Config extends Object
Part of the JSON that defines a tileset.
  • Field Details

    • is_corner

      public boolean is_corner
    • num_colors

      public int[] num_colors
    • short_side_length

      public int short_side_length
  • Constructor Details

    • Config

      public Config()
      Probably not something you will construct manually. See DungeonBoneGen .