Rename getLayer

This commit is contained in:
Idrees Hassan
2026-01-18 18:05:36 -05:00
parent fd865cacb8
commit ca1495a9f1
9 changed files with 74 additions and 74 deletions

View File

@@ -19,7 +19,7 @@ import {
log,
debug,
error,
getLayer,
getLayerPixels,
getWindowHeight
} from './shared.js';
import {
@@ -136,7 +136,7 @@ function startApplication(birbPixels, featherPixels) {
const FEATHER_SPRITE_SHEET = featherPixels;
const featherLayers = {
feather: new Layer(getLayer(FEATHER_SPRITE_SHEET, 0, FEATHER_SPRITE_WIDTH)),
feather: new Layer(getLayerPixels(FEATHER_SPRITE_SHEET, 0, FEATHER_SPRITE_WIDTH)),
};
const featherFrames = {