1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-31 15:39:49 +00:00

Format TileModeIndices

This commit is contained in:
Emmanouil Papadeas 2024-11-28 17:32:39 +02:00
parent ae52151021
commit 45ae8b7dee

View file

@ -20,5 +20,7 @@ func _draw() -> void:
var pos := tilemap_cel.get_cell_coords_in_image(i)
pos.y += tilemap_cel.tileset.tile_size.y
var text := tile_data.to_string()
draw_multiline_string(Themes.get_font(), pos * 2, text, HORIZONTAL_ALIGNMENT_LEFT, -1, FONT_SIZE)
draw_multiline_string(
Themes.get_font(), pos * 2, text, HORIZONTAL_ALIGNMENT_LEFT, -1, FONT_SIZE
)
draw_set_transform(position, rotation, scale)