RUVIDEO
Поделитесь видео 🙏

Open Source Tilemap Level Editor (Archived)

? Download on itch.io: https://arcaneenergy.itch.io/tilemap-level-editor
? Project on GitHub: https://github.com/arcaneenergy/tilemap-level-editor

? My Website: https://arcaneenergy.github.io/
☕ Support me on Ko-fi: https://ko-fi.com/arcaneenergy

========================

# Tilemap Level Editor

Open source simple level editor for Godot with JSON export functionality. Made with Godot.

## Use case

This is currently used in a personal project. It's used to load in JSON files into Godot to recreate the levels at runtime. The exported JSON file contains all levels and individual cells. This makes it easy to recreate the level in Godot.

Alternatively, you can use this program to easily create levels in the editor.

## UI Overview

Create new layers with the `+ New Layer` button. This brings up a dialog box for selecting an image file. After selecting a file, the new layer appears in the list.

Switch between layers by pressing the arrow to the left of the layer. This will open the tileset on the left. Use the up and down arrow keys to move layers.

Select a tile and start drawing.

Change the size and shape of the cursor using the buttons in the lower right corner.

## Exported JSON file

The exported JSON file looks like this:

[
{
"texture_path": "tilemap-level-editor/tileset.png",
"cells": [
[2,-6,-1],
[2,-5,-1]
]
},
{
"texture_path": "tilemap-level-editor/tileset.png",
"cells": [
[4,-7,-2],
[4,-6,-2]
]
}
]

Each cell contains an ID, an x and a y position. The ID is used to identify which cell in the tileset it refers to.

Godot_v3.5-rc2

========================

Chapters:

00:00 Program overview
01:10 Brush types
01:49 Exporting
02:20 Importing
02:35 GitHub and itch.io pages

#godot #gamedev

⚡ Website
↪ https://arcaneenergy.github.io/

☕ Support me on Ko-fi
↪ https://ko-fi.com/arcaneenergy

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Open Source Tilemap Level Editor (Archived)», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.