File tree 11 files changed +7
-7
lines changed
11 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 7
7
"math"
8
8
"sync"
9
9
10
- "github.com/harbdog/raycaster-go/engine/geom"
11
10
"github.com/harbdog/raycaster-go/engine/model"
11
+ "github.com/harbdog/raycaster-go/geom"
12
12
13
13
"github.com/hajimehoshi/ebiten/v2"
14
14
)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package model
3
3
import (
4
4
"image/color"
5
5
6
- "github.com/harbdog/raycaster-go/engine/ geom"
6
+ "github.com/harbdog/raycaster-go/geom"
7
7
)
8
8
9
9
type Entity struct {
Original file line number Diff line number Diff line change 1
1
package model
2
2
3
- import "github.com/harbdog/raycaster-go/engine/ geom"
3
+ import "github.com/harbdog/raycaster-go/geom"
4
4
5
5
type Map struct {
6
6
worldMap [][]int
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package model
3
3
import (
4
4
"image/color"
5
5
6
- "github.com/harbdog/raycaster-go/engine/ geom"
6
+ "github.com/harbdog/raycaster-go/geom"
7
7
)
8
8
9
9
type Player struct {
Original file line number Diff line number Diff line change 4
4
"image/color"
5
5
"math"
6
6
7
- "github.com/harbdog/raycaster-go/engine/ geom"
7
+ "github.com/harbdog/raycaster-go/geom"
8
8
9
9
"github.com/hajimehoshi/ebiten/v2"
10
10
"github.com/jinzhu/copier"
Original file line number Diff line number Diff line change 7
7
"math"
8
8
"sort"
9
9
10
- "github.com/harbdog/raycaster-go/engine/ geom"
10
+ "github.com/harbdog/raycaster-go/geom"
11
11
12
12
"github.com/hajimehoshi/ebiten/v2"
13
13
"github.com/hajimehoshi/ebiten/v2/ebitenutil"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package model
3
3
import (
4
4
"image/color"
5
5
6
- "github.com/harbdog/raycaster-go/engine/ geom"
6
+ "github.com/harbdog/raycaster-go/geom"
7
7
8
8
"github.com/hajimehoshi/ebiten/v2"
9
9
"github.com/jinzhu/copier"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments