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

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