mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
77b51e4707
Updates #1192
7 lines
75 B
Go
7 lines
75 B
Go
package main
|
|
|
|
func Foo() vec2 {
|
|
r1, r2 := 1.0, 2.0
|
|
return vec2(r1, r2)
|
|
}
|