MotH 0a84347d11 Sorted tags 2 жил өмнө
..
screenshots fcc7d5c723 Optimize PNG images using oxipng 5 жил өмнө
README.md d4bf89d364 Link to the asset library from the README of each demo 5 жил өмнө
dungeon.tscn 26d2f226a8 Fixed isometric demo rendering for Godot 4.0-rc1 (#840) 2 жил өмнө
icon.webp 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) 2 жил өмнө
icon.webp.import 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) 2 жил өмнө
isotiles.png 184b0fe5f8 Optimize all images using `oxipng -o6 --strip all --zopfli` 6 жил өмнө
isotiles.png.import 26d2f226a8 Fixed isometric demo rendering for Godot 4.0-rc1 (#840) 2 жил өмнө
merged_tiles.png 26d2f226a8 Fixed isometric demo rendering for Godot 4.0-rc1 (#840) 2 жил өмнө
merged_tiles.png.import 26d2f226a8 Fixed isometric demo rendering for Godot 4.0-rc1 (#840) 2 жил өмнө
project.godot 0a84347d11 Sorted tags 2 жил өмнө
tileset.tres 26d2f226a8 Fixed isometric demo rendering for Godot 4.0-rc1 (#840) 2 жил өмнө
tileset_edit.tscn bbe50fc9da Convert demos to Godot 4 using regular expressions in a script 3 жил өмнө
troll.gd 26d2f226a8 Fixed isometric demo rendering for Godot 4.0-rc1 (#840) 2 жил өмнө
troll.png 184b0fe5f8 Optimize all images using `oxipng -o6 --strip all --zopfli` 6 жил өмнө
troll.png.import 26d2f226a8 Fixed isometric demo rendering for Godot 4.0-rc1 (#840) 2 жил өмнө
troll.tscn 26d2f226a8 Fixed isometric demo rendering for Godot 4.0-rc1 (#840) 2 жил өмнө

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