@@ -2,6 +2,7 @@ package main
import (
"fluids/game"
"fluids/resources"
"fmt"
"log"
@@ -16,6 +17,10 @@ const (
func main() {
fmt.Println("fluid experiments")
//preload assets
resources.LoadImages()
//initialize new game instance
g := game.NewGame()
ebiten.SetWindowTitle("fluids")
The note is not visible to the blocked user.