godot-demo-projects/2d/role_playing_game/README.md

16 lines
308 B
Markdown
Raw Normal View History

2020-03-08 02:15:58 +01:00
# Role Playing Game
This shows a method of creating grid-based movement with Godot
and GDScript. It also includes a simple JRPG-style dialogue and
battle system on top of it.
Language: GDScript
Renderer: GLES 2
## Screenshots
![Screenshot](screenshots/object.png)
![Screenshot](screenshots/battle.png)