vocksel / echo-ridge

A ROBLOX recreation of Echo Ridge from Mega Man Star Force 3
http://www.roblox.com/games/13525723/view?rbxp=1343930
MIT License
1 stars 0 forks source link

Add controller support #11

Closed vocksel closed 8 years ago

vocksel commented 8 years ago

This has been something I've wanted added for a while now. I think it would be a nice addition to the game, and would work really well with the top-down view.

We would also need to implement dynamically changing the action prompts that appear on screen, that way the user can switch between keyboard and controller at any time.

Reference

vocksel commented 8 years ago

For the most part, controller support already exists in the game. All actions can be performed both with a keyboard or controller, and ROBLOX already has its own scripts for controllers.

Dynamically changing the action prompts may or may not get added. That's an issue for another day. It's not expected that we'll be keeping the prompts for long as teaching the player how to interact with the world and letting them explore and try things is a much preferable method.

For now this issue can be closed, and we can revisit dynamic controller support for prompts later.