Skip to content

Commit

Permalink
fill screen in green
Browse files Browse the repository at this point in the history
  • Loading branch information
eihigh committed Sep 18, 2023
1 parent 46c08bd commit de16435
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package main

import (
"fmt"
"image/color"
"io"
"net/http"
"os"
Expand All @@ -21,6 +22,7 @@ func (g *game) Update() error {
}

func (g *game) Draw(screen *ebiten.Image) {
screen.Fill(color.RGBA{0, 64, 64, 255})
ebitenutil.DebugPrint(screen, "The content of asset/sample.json is: "+string(g.sampleJSON))
}

Expand Down

0 comments on commit de16435

Please sign in to comment.