Aaron Franke 814909538f Update projects to Godot 3.3 il y a 4 ans
..
screenshots fcc7d5c723 Optimize PNG images using oxipng il y a 4 ans
README.md d4bf89d364 Link to the asset library from the README of each demo il y a 4 ans
dungeon.tscn 35bd408367 Update and improve isometric demo for 3.2 il y a 4 ans
icon.png 184b0fe5f8 Optimize all images using `oxipng -o6 --strip all --zopfli` il y a 5 ans
icon.png.import a45b84a5ad Handle multiple resolutions in most demos il y a 4 ans
isotiles.png 184b0fe5f8 Optimize all images using `oxipng -o6 --strip all --zopfli` il y a 5 ans
isotiles.png.import a45b84a5ad Handle multiple resolutions in most demos il y a 4 ans
project.godot 814909538f Update projects to Godot 3.3 il y a 3 ans
tileset.tres 189d6ac9b4 Misc fixes and tweaks to many demos il y a 4 ans
tileset_edit.tscn 35bd408367 Update and improve isometric demo for 3.2 il y a 4 ans
troll.gd 006309bd6f Many tweaks thanks to IAmActuallyCthulhu il y a 4 ans
troll.png 184b0fe5f8 Optimize all images using `oxipng -o6 --strip all --zopfli` il y a 5 ans
troll.png.import a45b84a5ad Handle multiple resolutions in most demos il y a 4 ans
troll.tscn 35bd408367 Update and improve isometric demo for 3.2 il y a 4 ans

README.md

Isometric Game

This demo shows a traditional isometric view with depth sorting.

A character can move around the level and will also slide around objects, as well as be occluded when standing in front or behind them.

Language: GDScript

Renderer: GLES 2

Check out this demo on the asset library: https://godotengine.org/asset-library/asset/112

How does it work?

The level uses a TileMap in which the tiles have different vertical offsets. The walls, doors, and pillars each have StaticBody2D and CollisionPolygon2D at their base. The player also has a collider at its base, which makes the player collide with the level.

Screenshots

Screenshot