Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

2D CRPG Character Controller

An asset by sirsnowy7
The page banner background of a mountain and forest
2D CRPG Character Controller hero image

Quick Information

0 ratings
2D CRPG Character Controller icon image
sirsnowy7
2D CRPG Character Controller

This is a controller for creating a CRPG world that a player can explore and interact with. Included is a script for a character the player can use mouse clicking to navigate with inside of a NavigationRegion2D, and a camera that allows for zooming in and out. Also included are interactable components, which may be added to objects and extended with GDscript to add functionality to by overriding the interact() function.

Supported Engine Version
4.4
Version String
1.0.0
License Version
CC-BY-4.0
Support Level
community
Modified Date
5 days ago
Git URL
Issue URL

Godot 2D CRPG Character Controller

This addon is a very basic drag and drop solution for creating a CRPG world that a player can explore and interact with. Included is a script for a character the player can use mouse clicking to navigate with inside of a NavigationRegion2D, and a camera that allows for zooming in and out. Also are interactable components, which may be added to objects and extended with GDscript to add functionality to by overriding the interact() function.

To use, create a NavigationRegion2D with your world. Add the crpg_character2d scene into this scene. In your input map, bind actions for movement and zooming. By default, these actions should be mapped to "left_click" to navigate, and "zoom_in" and "zoom_out" for camera control.

Attribution

Icon from Delapouite @ game-icons.net

This is a controller for creating a CRPG world that a player can explore and interact with. Included is a script for a character the player can use mouse clicking to navigate with inside of a NavigationRegion2D, and a camera that allows for zooming in and out. Also included are interactable components, which may be added to objects and extended with GDscript to add functionality to by overriding the interact() function.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
2D CRPG Character Controller icon image
sirsnowy7
2D CRPG Character Controller

This is a controller for creating a CRPG world that a player can explore and interact with. Included is a script for a character the player can use mouse clicking to navigate with inside of a NavigationRegion2D, and a camera that allows for zooming in and out. Also included are interactable components, which may be added to objects and extended with GDscript to add functionality to by overriding the interact() function.

Supported Engine Version
4.4
Version String
1.0.0
License Version
CC-BY-4.0
Support Level
community
Modified Date
5 days ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers