kitgit

tirbofish/dropbear · diff

5ada4cc · tk

merge fixes

Unverified

diff --git a/.gitignore b/.gitignore
index ffc1a5a..5fa94d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,6 +53,8 @@ Cargo.lock
 
 .idea/
 
+.env
+
 libs/
 
 .env
\ No newline at end of file
diff --git a/build.gradle.kts b/build.gradle.kts
index 46e7c09..a1e83d8 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -53,7 +53,7 @@ kotlin {
         println("Local library exists")
 //        "${project.rootDir}/libs/$libName"
     } else {
-        throw GradleException("libeucalyptus_core.so does not exist. This is a local build, so most likely you haven't built the rust library yet. \n" +
+        println("libeucalyptus_core.so does not exist. This is a local build, so most likely you haven't built the rust library yet. \n" +
                 "Try running cargo build")
     }
 
diff --git a/src/commonMain/kotlin/com/dropbear/Example.kt b/src/commonMain/kotlin/com/dropbear/Example.kt
deleted file mode 100644
index 1c84b73..0000000
--- a/src/commonMain/kotlin/com/dropbear/Example.kt
+++ /dev/null
@@ -1,21 +0,0 @@
-import com.dropbear.DropbearEngine
-import com.dropbear.EntityId
-import com.dropbear.System
-import com.dropbear.ProjectScriptingMetadata
-import com.dropbear.Runnable
-import com.dropbear.ScriptRegistration
-
-@Runnable(["player"])
-class Player: System {
-    override fun load(engine: DropbearEngine) {
-        TODO("Not yet implemented")
-    }
-
-    override fun update(engine: DropbearEngine, deltaTime: Float) {
-        TODO("Not yet implemented")
-    }
-

Large diffs are not rendered by default. Showing the first 50 of 239 lines. Show full diff