Открыть боковую панель
Teknokomo
universo-monorepo
Коммиты
3d337203
Коммит
3d337203
создал
Авг 13, 2023
по автору
Anton Medvedev
Просмотр файлов
Merge branch 'phaser' into 'main'
#25 See merge request LaVey/universo-monorepo!4
владельцы
0d77d070
352b03b8
Изменения
1
Скрыть пробелы
Построчно
Рядом
universo-frontend/src/pages/PhaserTest.vue
Просмотр файла @
3d337203
...
@@ -117,7 +117,7 @@ class Board {
...
@@ -117,7 +117,7 @@ class Board {
this
.
lines
.
push
(
line
);
this
.
lines
.
push
(
line
);
}
}
}
}
//
this
.
scene
.
input
.
on
(
'
pointermove
'
,
(
pointer
:
Phaser
.
Input
.
Pointer
)
=>
{
this
.
scene
.
input
.
on
(
'
pointermove
'
,
(
pointer
:
Phaser
.
Input
.
Pointer
)
=>
{
if
(
this
.
selectedCard
)
{
if
(
this
.
selectedCard
)
{
this
.
selectedCard
.
setPosition
(
pointer
.
x
-
this
.
cardOffsetX
,
pointer
.
y
-
this
.
cardOffsetY
);
this
.
selectedCard
.
setPosition
(
pointer
.
x
-
this
.
cardOffsetX
,
pointer
.
y
-
this
.
cardOffsetY
);
...
...
Редактирование
Предварительный просмотр
Поддерживает Markdown
0%
Попробовать снова
или
прикрепить новый файл
.
Отмена
You are about to add
0
people
to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Отмена
Пожалуйста,
зарегистрируйтесь
или
войдите
чтобы прокомментировать