Update README.md

This commit is contained in:
Blocky 2024-05-06 16:33:58 -06:00 committed by GitHub
parent ae0594af80
commit 13a39fa76c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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*