Resource Overview

Internal Resources

These are assets which are packed into the jar, and should not be modified by end-users. They can be found in NautDrafter/src/main/resources.

Internal resources include:

  • com/monkygames/nautdrafter/view - FXML
  • com/monkygames/nautdrafter/view/emoji - Emojis (should really be external, but are internal to avoid referencing problems from FXML)
  • assets/images - NautDrafter images (logos and icons)

External Resources

These are assets which are included in the installation folder, and as such are relatively easy for end-users to modify. They can be found in NautDrafter/resources.

External resources include:

  • assets/images - NautDrafter images (logos and icons) - these should probably be moved to the internal assets/images folder
  • assets/fonts - Third-party fonts used by NautDrafter
  • assets/ronimo - Sprites and sound files from AwesomeNauts
  • bundles - Language Files for internationalisation
  • style - CSS Stylesheets used within NautDrafter