mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 18:58:54 +01:00
parent
849211a5b0
commit
0dcba7844b
@ -49,7 +49,7 @@ func shown() bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func SetScreenSize(width, height int) bool {
|
func SetScreenSize(width, height int) bool {
|
||||||
return currentUI.setScreenSize(currentUI.width, currentUI.height, currentUI.scale, currentUI.fullscreen)
|
return currentUI.setScreenSize(width, height, currentUI.scale, currentUI.fullscreen)
|
||||||
}
|
}
|
||||||
|
|
||||||
func SetScreenScale(scale float64) bool {
|
func SetScreenScale(scale float64) bool {
|
||||||
|
Loading…
Reference in New Issue
Block a user