@@ -9,7 +9,7 @@ package world
|
||||
import (
|
||||
inkwell "git.teletypegames.org/engines/inkwell"
|
||||
|
||||
"realworld/internal/names"
|
||||
"git.teletypegames.org/games/realworld/internal/names"
|
||||
)
|
||||
|
||||
// Mode is the HUD mode.
|
||||
|
||||
@@ -5,8 +5,8 @@ import (
|
||||
|
||||
inkwell "git.teletypegames.org/engines/inkwell"
|
||||
|
||||
"realworld/internal/names"
|
||||
"realworld/internal/world"
|
||||
"git.teletypegames.org/games/realworld/internal/names"
|
||||
"git.teletypegames.org/games/realworld/internal/world"
|
||||
)
|
||||
|
||||
// The mode must not leak into saved state: inkwell saves State.Vars but drops
|
||||
|
||||
Reference in New Issue
Block a user