Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/starting-3d-point-and-click-adventure/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Point-and-click adventure
# 3D Point-and-click adventure

A 3D point-and-click adventure game with an angled down side view camera. The player clicks a location in the scene, and the player character uses pathfinding to move there, navigating around pathfinding obstacles that block movement. NPCs can be clicked to make the player walk up to them and open a dialog box with text and two buttons representing choices the player can select. Movement points can be set using either mouse or touch screen controls.
2 changes: 1 addition & 1 deletion examples/starting-point-and-click-adventure/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Point-and-click adventure
# 2D Point-and-click adventure

A 2D, angled side-view, point-and-click game where the player click/taps on a location in the game scene, and the player character uses pathfinding to navigate there. When an NPC is clicked/tapped on, the player character will walk to their location and a dialog box opens. The dialog box has text and two clickable options for the player to choose from.

Expand Down
Loading