Matthias

Results 52 issues of Matthias

Most awesome 2D games have a parallax scrolling engine. We should support this too. Maybe the map creator would simply set some sort of "scrollSpeed" Layer property (default: 1.0) and...

feature
MAJOR
tmx

[\](https://doc.mapeditor.org/en/stable/reference/tmx-map-format/#property) - [ ] type: The type of the property. Can be string (default), int, float, bool, color, file, object or class (since 0.16, with color and file added in...

feature
tmx

[\](https://doc.mapeditor.org/en/stable/reference/tmx-map-format/#imagelayer) - [ ] class: The class of the image layer (since 1.9, defaults to “”). - [ ] repeatx: Whether the image drawn by this layer is repeated along...

feature
tmx

[\](https://doc.mapeditor.org/en/stable/reference/tmx-map-format/#object) - [ ] class: The class of the object. An arbitrary string. (defaults to “”, renamed from type since 1.9) - [ ] template: A reference to a [template...

feature
tmx

# [\](https://doc.mapeditor.org/en/stable/reference/tmx-map-format/#tileset) - [ ] class: The class of this tileset (since 1.9, defaults to “”). - [ ] objectalignment: Controls the alignment for tile objects. Valid values are unspecified,...

feature
tmx

[\](https://doc.mapeditor.org/en/stable/reference/tmx-map-format/#data) compression: The compression used to compress the tile layer data. Tiled supports “gzip”, “zlib” and (as a compile-time option since Tiled 1.3) “zstd”.

feature
tmx

[\](https://doc.mapeditor.org/en/stable/reference/tmx-map-format/#layer) All [](https://doc.mapeditor.org/en/stable/reference/tmx-map-format/#tmx-tileset) tags shall occur before the first [](https://doc.mapeditor.org/en/stable/reference/tmx-map-format/#tmx-layer) tag so that parsers may rely on having the tilesets before needing to resolve tiles. - [ ] class: The...

feature
tmx

# [\](https://doc.mapeditor.org/en/stable/reference/tmx-map-format/#map) - [ ] tiledversion: The Tiled version used to save the file (since Tiled 1.0.1). May be a date (for snapshot builds). (optional) - [ ] class: The...

feature
tmx

Since https://github.com/gurkenlabs/litiengine/commit/7b314e5f2c34328623a5b2883d38826eb96354b9, we have been unable to publish nightly snapshots. The workflow has been disabled for now.

bug

Use the [GraphQL API for GitHub Discussions](https://docs.github.com/en/graphql/guides/using-the-graphql-api-for-discussions) to transfer forum posts to discussions. This [Flarum Database schema diagram](https://dbdiagram.io/embed/622b142361d06e6eade4171b) might help.

enhancement
documentation
community