Skip to content

Commit

Permalink
AssetManager: add ability to drop images on playfield
Browse files Browse the repository at this point in the history
  • Loading branch information
leprinco committed Nov 18, 2024
1 parent 0088b65 commit de07429
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ public void setSidebarController(TablesSidebarController tablesSidebarController
FileDragEventHandler.install(mediaRootPane, screenLoading, false, "mp4")
.setOnDragDropped(new TableMediaFileDropEventHandler(tablesSidebarController.getTableOverviewController(), VPinScreen.Loading, "mp4"));

FileDragEventHandler.install(mediaRootPane, screenPlayField, false, "mp4")
FileDragEventHandler.install(mediaRootPane, screenPlayField, false, "mp4", "png", "jpg")
.setOnDragDropped(new TableMediaFileDropEventHandler(tablesSidebarController.getTableOverviewController(), VPinScreen.PlayField, "mp4"));

FileDragEventHandler.install(mediaRootPane, screenBackGlass, false, "mp4", "png", "jpg")
Expand Down

0 comments on commit de07429

Please sign in to comment.