diff --git a/README.md b/README.md index 0bbc903..51dc985 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,14 @@ Trident is a framework game engine built with and using the Java programming lan *Please note this documentation is for the default new project. All methods can be altered by you, and updates to the engine will not update old games' methods. Also, this will not contain any documentation for anything built into the Java language, even if it's frequently used throughout the engine.* +## custom + +Put the custom classes you write that aren't entities in here. + +## ent + +Put your custom entity classes in here + +> ExampleEntity.java + +*Template for custom entities*