moved color to src/color

This commit is contained in:
Squishy Bloob 2024-03-23 04:43:10 +00:00
parent 1196fe3d59
commit 5449d06392
2 changed files with 1 additions and 1 deletions

View File

@ -3,8 +3,8 @@ package main
import (
_ "embed"
"fmt"
"git.danitheskunk.com/squishy/blooblib/color"
. "git.danitheskunk.com/squishy/blooblib/src"
"git.danitheskunk.com/squishy/blooblib/src/color"
"github.com/veandco/go-sdl2/sdl"
"time"
)