From 58d37dff90c9a606818030b031de2513972504d3 Mon Sep 17 00:00:00 2001 From: Tristan Grespinet Date: Fri, 19 Apr 2024 23:04:53 +0200 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..03c7739 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +This is a simple Godot 4 project with the additional Gradle parts necessary to build and run scripts written in either Kotlin or Java. + +To use it, simply download the Godot Kotlin/JVM custom engine here: +https://github.com/utopia-rise/godot-kotlin-jvm/releases + + Then build the project, like you would with any other Kotlin project to generate a .jar. It will be picked up automatically by the engine. +Make sure that the engine version defined the gradle.build file matches the one you downloaded. + + For more information, check the documentation: https://godot-kotl.in