Aaron Franke 814909538f Update projects to Godot 3.3 | преди 4 години | |
---|---|---|
.. | ||
screenshots | преди 4 години | |
README.md | преди 4 години | |
dungeon.tscn | преди 4 години | |
icon.png | преди 5 години | |
icon.png.import | преди 4 години | |
isotiles.png | преди 5 години | |
isotiles.png.import | преди 4 години | |
project.godot | преди 3 години | |
tileset.tres | преди 4 години | |
tileset_edit.tscn | преди 4 години | |
troll.gd | преди 4 години | |
troll.png | преди 5 години | |
troll.png.import | преди 4 години | |
troll.tscn | преди 4 години |
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
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.