From f7c5fa58233717212bb9447be1a02ebd07a3b664 Mon Sep 17 00:00:00 2001 From: Justus Jan Nico Wolff Date: Wed, 7 Sep 2022 16:33:32 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4b969c0..0a63bb9 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,12 @@ the same is with xvelocity but the xvelocity "gravity" is antixforce # demo pong Programm Heres a link to a pong Programm that I made with hash engine: https://git.l--n.de/justuswolff/hashengine_pong/src/branch/master/ + +# plugins +the new hashengine has a plugin system and theres a plugincompiler and a targetplugin file +in the targetplugin file you write plugins, and at the beginning it is a template plugin. +the #before is a marker and it marks for the compiler that when the update function was called it will be executed before the calculations +the #after marks that the code is run after the calculations and showing of the game +plugins need to be located under the plugins folder to be found. +## !WARNING! +malicious plugins are possible so be warned about them! \ No newline at end of file