Added rail tracks, cart and camera movement with arrow keys, removed enemies... 4 now
This commit is contained in:
@@ -141,12 +141,7 @@ export class FxRenderer {
|
||||
0
|
||||
);
|
||||
corpse.setDepth(50);
|
||||
// Use display size for Priestess sprites to match 1 tile
|
||||
if (textureKey.startsWith("Priestess")) {
|
||||
corpse.setDisplaySize(TILE_SIZE, TILE_SIZE);
|
||||
} else {
|
||||
corpse.setScale(1.0); // Reset to standard scale for spritesheet assets
|
||||
}
|
||||
corpse.setDisplaySize(TILE_SIZE, TILE_SIZE); // All corpses should be tile-sized
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user