tirbofish/dropbear · diff
merge fixes
Signature present but could not be verified.
Unverified
@@ -53,6 +53,8 @@ Cargo.lock .idea/ +.env + libs/ .env @@ -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") } @@ -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