This is not a real game, this is kind of a sandbox for my first Godot project and first steps in game development at all
Find a file
Martin Dimitrov 8689a4732a Initial commit
In this commit I add a human character, a traveler that can move around
a tiny world made of a single screen so far. :)

Materials used so far:
 * 'HeartBeast' video lesons: https://goo.gl/3DtqPn
 * The very informative and rich documentation of Godot itself!

For the Gamepad I used wonderful addon by fiaful:
https://github.com/fiaful/Gamepad

The beautiful arts are from "Open Pixel Project":
https://openpixelproject.itch.io
2018-10-26 16:20:12 +03:00
addons/Gamepad Initial commit 2018-10-26 16:20:12 +03:00
assets/Gamepad Initial commit 2018-10-26 16:20:12 +03:00
characters/player Initial commit 2018-10-26 16:20:12 +03:00
levels/world1 Initial commit 2018-10-26 16:20:12 +03:00
.gitignore Initial commit 2018-10-26 16:20:12 +03:00
default_env.tres Initial commit 2018-10-26 16:20:12 +03:00
export_presets.cfg Initial commit 2018-10-26 16:20:12 +03:00
icon.png Initial commit 2018-10-26 16:20:12 +03:00
icon.png.import Initial commit 2018-10-26 16:20:12 +03:00
project.godot Initial commit 2018-10-26 16:20:12 +03:00