Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
v1.01
Browse files Browse the repository at this point in the history
  • Loading branch information
givename committed Aug 26, 2021
1 parent 1c66c14 commit 19b7f85
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
Binary file added #version/TilemapTools_1_01.yymps
Binary file not shown.
Binary file added #version/TilemapTools_1_01_full.yymps
Binary file not shown.
2 changes: 1 addition & 1 deletion notes/noteTilemapTools/noteTilemapTools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
страница на github
https://github.com/givename/TilemapTools

онлайн-справка
онлайн справка
https://github.com/givename/TilemapTools/wiki
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
которую нужно обязательно соблюдать (иначе это рантайм ошибки)
Я не могу описать эту логику, так как я жёстко её запрограммировал tilemapAuto47_set_cd
Здесь так же создаётся таблица для перевода из битов в индексы, и наоборот
Здесь создаётся таблица для перевода из битов в индексы, и наоборот
*/

/// @function tilemapAuto47_set(tilemap_element_id, cell_x, cell_y);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@

// аналогичный инструмент на 16 мне показался, крайне бесполезный

/*
Ограничение и возможности данной реализации
1. Расположение тайлов нельзя изменить
2. Свойства кроме индекса игнорируются
(tile_get_mirror, tile_get_rotate, ...)
*/

#region auto-default

/*
Expand All @@ -10,7 +17,6 @@
необходимую область и вуаля.
(для проверки используется обычный оператор if())
Свойства кроме индекса игнорируются (tile_get_mirror, tile_get_rotate, ...)
*/

/// @function tilemapAuto47_region(tilemap_element_id, cell_x1, cell_y1, cell_x2, cell_y2);
Expand Down Expand Up @@ -40,7 +46,6 @@ function tilemapAuto47_region_cd(_tilemapElementId, _cellX1, _cellY1, _cellX2, _
От предиката ожидается либо true, либо false
Свойства кроме индекса игнорируются (tile_get_mirror, tile_get_rotate, ...)
*/

/// predicate = predicate(tilemap_element_id, cell_x, cell_y, data)
Expand Down

0 comments on commit 19b7f85

Please sign in to comment.