Skip to content

Commit

Permalink
bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
b1r1b1r1 committed Nov 30, 2023
1 parent 8618538 commit 4ac4c49
Show file tree
Hide file tree
Showing 2 changed files with 234 additions and 178 deletions.
4 changes: 2 additions & 2 deletions internal/engine/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,11 @@ func New(config Config, spriteManager *sprites.Manager) (*Engine, error) {
},
o.Width,
o.Height,
props["name"],
o.Name,
false,
))
case "portal":
portalsMap[props["portal"]] = portal.New(
portalsMap[o.Name] = portal.New(
&geometry.Point{
X: o.X,
Y: o.Y,
Expand Down
Loading

0 comments on commit 4ac4c49

Please sign in to comment.