Incorporating flask element.

This commit is contained in:
2025-12-06 15:26:25 -05:00
parent a15c89d769
commit 45b286b66e
6 changed files with 298 additions and 4 deletions

View File

@@ -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")