mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 02:54:04 +09:00
preliminary skybox model 1
This commit is contained in:
16
src/net/torvald/terrarum/modulebasegame/clut/Skybox.kt
Normal file
16
src/net/torvald/terrarum/modulebasegame/clut/Skybox.kt
Normal file
@@ -0,0 +1,16 @@
|
||||
package net.torvald.terrarum.modulebasegame.clut
|
||||
|
||||
import com.badlogic.gdx.graphics.Texture
|
||||
|
||||
/**
|
||||
* Created by minjaesong on 2023-07-09.
|
||||
*/
|
||||
object Skybox {
|
||||
|
||||
const val gradSize = 64
|
||||
|
||||
operator fun get(solarHeight: Double): Array<Texture> {
|
||||
TODO()
|
||||
}
|
||||
|
||||
}
|
||||
@@ -153,7 +153,7 @@ class UIWorldPortalSearch(val full: UIWorldPortal) : UICanvas() {
|
||||
|
||||
// name/seed input labels
|
||||
App.fontGame.draw(batch, Lang["MENU_NAME"], drawX, drawY + sizeSelY + 80)
|
||||
App.fontGame.draw(batch, Lang["CONTEXT_GENERATOR_SEED"], drawX, drawY + sizeSelY + 120)
|
||||
App.fontGame.draw(batch, Lang["CONTEXT_PLACE_COORDINATE"], drawX, drawY + sizeSelY + 120)
|
||||
|
||||
uiItems.forEach { it.render(batch, camera) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user