Search found 1 match

by Bunabyte
Mon Dec 30, 2024 8:36 am
Forum: General
Topic: Moving the player also moves other actors
Replies: 1
Views: 365

Moving the player also moves other actors

In my game, part of the game state table is a table of actors. These actors have numerous properties, including a position table with x and y components. However, I'm having this issue where calling `Actor:move(x, y)` on the `player` actor also moves the other actor, `fakePlayer`, when it is not sup...