Skip to content

Commit

Permalink
updated example name
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Westover <[email protected]>
  • Loading branch information
scottwestover committed Jan 18, 2024
1 parent 2e3ddc1 commit 8941178
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Phaser 3 - Draggable Game Objects Demo
# Phaser 3 - Draggable Game Objects With Pointer Events Demo

![demo](docs/example.gif)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Phaser 3 - Drag Game Objects Demo</title>
<title>Phaser 3 - Drag Game Objects With Pointer Events Demo</title>
<style>
html,
body {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Phaser from './lib/phaser.js';

/**
* Uses the Phaser 3 built in drag events to allow a game object to be moved around a Phaser 3 Scene instance.
* Uses the Phaser 3 built in touch events to allow a game object to be moved around a Phaser 3 Scene instance.
* The method will listen for the GameObject Destroy event and cleanup the various event listeners that
* were registered.
* @param {Phaser.GameObjects.Image | Phaser.GameObjects.Rectangle} gameObject
Expand Down
File renamed without changes.

0 comments on commit 8941178

Please sign in to comment.