blob: d8d6199fa58c1014f3fe640fd63f6b5a61667151 [file] [log] [blame]
// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
export interface SpritePosition {
x: number;
y: number;
}