diff --git a/samples/benchmarks/bunnymark/src/main/kotlin/godot/samples/benchmark/bunnymark/BunnymarkV1DrawTexture.kt b/samples/benchmarks/bunnymark/src/godotMain/kotlin/godot/samples/benchmark/bunnymark/BunnymarkV1DrawTexture.kt similarity index 93% rename from samples/benchmarks/bunnymark/src/main/kotlin/godot/samples/benchmark/bunnymark/BunnymarkV1DrawTexture.kt rename to samples/benchmarks/bunnymark/src/godotMain/kotlin/godot/samples/benchmark/bunnymark/BunnymarkV1DrawTexture.kt index 257f460a..4eee8f3e 100644 --- a/samples/benchmarks/bunnymark/src/main/kotlin/godot/samples/benchmark/bunnymark/BunnymarkV1DrawTexture.kt +++ b/samples/benchmarks/bunnymark/src/godotMain/kotlin/godot/samples/benchmark/bunnymark/BunnymarkV1DrawTexture.kt @@ -1,10 +1,5 @@ package godot.samples.benchmark.bunnymark -import godot.core.* -import godot.* -import org.godotengine.kotlin.annotation.RegisterClass -import org.godotengine.kotlin.annotation.RegisterFunction - @RegisterClass("benchmarks/BunnymarkV1DrawTexture/kot") class BunnymarkV1DrawTexture : Node2D() { diff --git a/samples/benchmarks/bunnymark/src/main/kotlin/godot/samples/benchmark/bunnymark/BunnymarkV1Sprites.kt b/samples/benchmarks/bunnymark/src/godotMain/kotlin/godot/samples/benchmark/bunnymark/BunnymarkV1Sprites.kt similarity index 100% rename from samples/benchmarks/bunnymark/src/main/kotlin/godot/samples/benchmark/bunnymark/BunnymarkV1Sprites.kt rename to samples/benchmarks/bunnymark/src/godotMain/kotlin/godot/samples/benchmark/bunnymark/BunnymarkV1Sprites.kt diff --git a/samples/benchmarks/bunnymark/src/main/kotlin/godot/samples/benchmark/bunnymark/BunnymarkV2.kt b/samples/benchmarks/bunnymark/src/godotMain/kotlin/godot/samples/benchmark/bunnymark/BunnymarkV2.kt similarity index 100% rename from samples/benchmarks/bunnymark/src/main/kotlin/godot/samples/benchmark/bunnymark/BunnymarkV2.kt rename to samples/benchmarks/bunnymark/src/godotMain/kotlin/godot/samples/benchmark/bunnymark/BunnymarkV2.kt diff --git a/samples/benchmarks/gamelife/src/main/kotlin/godot/samples/benchmark/gamelife/Game.kt b/samples/benchmarks/gamelife/src/godotMain/kotlin/godot/samples/benchmark/gamelife/Game.kt similarity index 100% rename from samples/benchmarks/gamelife/src/main/kotlin/godot/samples/benchmark/gamelife/Game.kt rename to samples/benchmarks/gamelife/src/godotMain/kotlin/godot/samples/benchmark/gamelife/Game.kt diff --git a/samples/benchmarks/gamelife/src/main/kotlin/godot/samples/benchmark/gamelife/Map.kt b/samples/benchmarks/gamelife/src/godotMain/kotlin/godot/samples/benchmark/gamelife/Map.kt similarity index 100% rename from samples/benchmarks/gamelife/src/main/kotlin/godot/samples/benchmark/gamelife/Map.kt rename to samples/benchmarks/gamelife/src/godotMain/kotlin/godot/samples/benchmark/gamelife/Map.kt diff --git a/samples/benchmarks/gamelife/src/main/kotlin/godot/samples/benchmark/gamelife/Tile.kt b/samples/benchmarks/gamelife/src/godotMain/kotlin/godot/samples/benchmark/gamelife/Tile.kt similarity index 100% rename from samples/benchmarks/gamelife/src/main/kotlin/godot/samples/benchmark/gamelife/Tile.kt rename to samples/benchmarks/gamelife/src/godotMain/kotlin/godot/samples/benchmark/gamelife/Tile.kt