Sign in
chromium
/
chromium
/
src
/
e57486c901b4616d7c883b10249e2a625475fcd7
/
.
/
components
/
neterror
/
resources
/
dino_game
/
sprite_position.ts
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
;
}