Justo Delgado 26d2f226a8 Fixed isometric demo rendering for Godot 4.0-rc1 (#840) 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.png 184b0fe5f8 Optimize all images using `oxipng -o6 --strip all --zopfli` 6 年之前
icon.png.import 26d2f226a8 Fixed isometric demo rendering for Godot 4.0-rc1 (#840) 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 26d2f226a8 Fixed isometric demo rendering for Godot 4.0-rc1 (#840) 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