Add more ships and refactor code
authorTheSaminator <TheSaminator@users.noreply.github.com>
Sat, 14 May 2022 15:51:14 +0000 (11:51 -0400)
committerTheSaminator <TheSaminator@users.noreply.github.com>
Sat, 14 May 2022 15:51:14 +0000 (11:51 -0400)
commit92ca8ad844d4f2ed976f7ef1d242dca4776b2eb3
tree0d9cf1e71ac3b479965a72628dd4cd655f74cfb6
parent1277cb6e5c7c411b35c82edf1801ca6089f8fea9
Add more ships and refactor code
31 files changed:
build.gradle.kts
gradle.properties
src/commonMain/kotlin/starshipfights/game/math.kt
src/commonMain/kotlin/starshipfights/game/ship_types.kt
src/commonMain/kotlin/starshipfights/game/ship_weapons.kt
src/commonMain/kotlin/starshipfights/game/ship_weapons_formats.kt
src/commonMain/kotlin/starshipfights/game/ship_weapons_list.kt
src/jsMain/kotlin/starshipfights/game/client.kt
src/jsMain/kotlin/starshipfights/game/game_ui.kt
src/jsMain/kotlin/starshipfights/game/popup.kt
src/jsMain/resources/meshes/mechyrdia-1-blitz-class.diff.png [deleted file]
src/jsMain/resources/meshes/mechyrdia-1-blitz-class.mtl [deleted file]
src/jsMain/resources/meshes/mechyrdia-1-blitz-class.obj [deleted file]
src/jsMain/resources/meshes/mechyrdia-1-blitz-class.spec.png [deleted file]
src/jsMain/resources/meshes/mechyrdia-1-micro-class.diff.png [new file with mode: 0644]
src/jsMain/resources/meshes/mechyrdia-1-micro-class.mtl [new file with mode: 0644]
src/jsMain/resources/meshes/mechyrdia-1-micro-class.obj [new file with mode: 0644]
src/jsMain/resources/meshes/mechyrdia-1-micro-class.spec.png [new file with mode: 0644]
src/jsMain/resources/meshes/mechyrdia-1-nano-class.diff.png [new file with mode: 0644]
src/jsMain/resources/meshes/mechyrdia-1-nano-class.mtl [new file with mode: 0644]
src/jsMain/resources/meshes/mechyrdia-1-nano-class.obj [new file with mode: 0644]
src/jsMain/resources/meshes/mechyrdia-1-nano-class.spec.png [new file with mode: 0644]
src/jsMain/resources/meshes/mechyrdia-1-pico-class.diff.png [new file with mode: 0644]
src/jsMain/resources/meshes/mechyrdia-1-pico-class.mtl [new file with mode: 0644]
src/jsMain/resources/meshes/mechyrdia-1-pico-class.obj [new file with mode: 0644]
src/jsMain/resources/meshes/mechyrdia-1-pico-class.spec.png [new file with mode: 0644]
src/jsMain/resources/meshes/mechyrdia-5-nova-roma-class.diff.png
src/jsMain/resources/meshes/mechyrdia-5-nova-roma-class.obj
src/jsMain/resources/meshes/mechyrdia-5-nova-roma-class.spec.png
src/jsMain/resources/style.css
src/jvmMain/resources/static/init.js