Skip to content

Commit

Permalink
A bit of review
Browse files Browse the repository at this point in the history
  • Loading branch information
c64cosmin committed Feb 23, 2023
1 parent c4caa57 commit f3ba906
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 23 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ In chronological order based on the first contribution.
- [Ross Hadden (rosshadden)](https://github.com/rosshadden)
- [Tim van Oosterhout (Tubeliar)](https://github.com/Tubeliar)
- [SirRamEsq](https://github.com/SirRamEsq)
- [jakes1403](https://github.com/jakes1403)
- [Cosmin Munteanu(c64cosmin)](https://github.com/c64cosmin)
24 changes: 2 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
# Tiled Map Importer Improvements

**This fork will contain much more recent changes and features than the original repository - last commit was 3 years ago.**

Modified to be more usable in a with newer features of Tiled and Godot.
Added animations.

This is a plugin for [Godot Engine](https://godotengine.org) to import
`TileMap`s and `TileSet`s from the [Tiled Map Editor](http://www.mapeditor.org).

**Note: This is compatible only with Godot 3.0 or later.**

[![ko-fi](https://www.ko-fi.com/img/donate_sm.png)](https://ko-fi.com/P5P1GZ0P)
Donate to the original author on [Ko-fi](https://ko-fi.com/georgemarques).

If you would like to support this fork, purchase my game, [Indirection](https://store.steampowered.com/app/1744450/Indirection/) on Steam!

<p float="left">
<img src="https://user-images.githubusercontent.com/5599796/35366974-29dd3a98-0163-11e8-844b-fcae103b3aa6.png" width="400">
Expand All @@ -24,28 +16,16 @@ If you would like to support this fork, purchase my game, [Indirection](https://
<img src="https://user-images.githubusercontent.com/45643741/148708696-51493ff2-1cea-4924-980d-bf5a77f5bf26.gif" width="400">
<img src="https://user-images.githubusercontent.com/45643741/148708828-3de261b9-4b56-4f11-bfea-0b6f092fab74.gif" width="400">
</p>
![animations](https://user-images.githubusercontent.com/45643741/148709100-9248db23-e66b-4112-a659-8cdf01acfff6.gif)
![Animations](https://user-images.githubusercontent.com/45643741/148708696-51493ff2-1cea-4924-980d-bf5a77f5bf26.gif)
![Editor](https://user-images.githubusercontent.com/45643741/148708828-3de261b9-4b56-4f11-bfea-0b6f092fab74.gif)
<img src="https://user-images.githubusercontent.com/5599796/35366974-29dd3a98-0163-11e8-844b-fcae103b3aa6.png" width="300">
<img src="https://user-images.githubusercontent.com/5599796/35366991-33a8acf6-0163-11e8-8515-1d457bf68d2b.png" width="300">
<img src="https://user-images.githubusercontent.com/5599796/35366983-2d69967a-0163-11e8-87e1-32a2b26a76e8.png" width="300">
<img src="https://user-images.githubusercontent.com/5599796/35366992-369c0cf0-0163-11e8-8008-b8dad1fb5d7f.png" width="300">

## Installation

You can get this plugin on the Godot Asset Store! Look for "Tiled Map Importer - Latest Fork".
Simply download it from Godot Asset Library: https://godotengine.org/asset-library/asset/158.

Alternatively, you can download or clone this repository and copy the contents of the
`addons` folder to your own project's `addons` folder.

Then enable the plugin on the Project Settings.

## Fork Additions

* Tile animations.
* Per-layer z index support.
* Custom material support.

## Original Features

* Import Tiled file as a Godot scene. Each layer in Tiled is a TileMap in Godot.
Expand Down
2 changes: 1 addition & 1 deletion addons/vnen.tiled_importer/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ config_version=3

name="Tiled Map Importer"
description="Importer for TileMaps and TileSets made on Tiled Map Editor"
version="2.4"
version="2.5"
author="George Marques"
script="vnen.tiled_importer.gd"

0 comments on commit f3ba906

Please sign in to comment.