From 13a39fa76c32cb187beb2e251d23319277922210 Mon Sep 17 00:00:00 2001 From: Blocky <101740836+HeyIts-Blocky@users.noreply.github.com> Date: Mon, 6 May 2024 16:33:58 -0600 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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*