aseprite/tests/scripts
Gaspar Capello 0f7cac0f0c [lua] Add get/set the foreground/background tile (fix #4403)
It's now possible to get/set the selected foreground/background tile
index. Example of use:

  app.fgTile = 1    -- the primary tile is '1'
  print(app.fgTile) -- this will show '1'
  app.fgTile = 0    -- the primery tile is 'no tile'
  print(app.fgTile) -- this will show '0'
  app.bgTile = 2    -- the secondary tile is '2'
2024-09-16 16:19:29 -03:00
..
app_active.lua
app_command.lua Fix exporting a Sprite Sheet with Group name has different functionality between CLI and Scripting (fix #4456) (#4475) 2024-09-03 20:20:36 -03:00
app_cut_paste.lua Add 'x' and 'y' as input parameters to app.command.Paste() 2024-09-05 17:22:12 -03:00
app_fs.lua
app_pixel_color.lua
app_preferences.lua
app_transaction.lua
brush.lua
cel.lua
cels.lua
color_convert.lua Fix mask color turns to opaque on RGBA->INDEXED conversion (fix #4438) 2024-09-04 13:48:56 -03:00
color_quantization.lua
color_space.lua
color.lua
compare_sprite_sheets.lua
console_assert.lua
console_print.lua
constants.lua
dialogs.lua
drawing.lua
events.lua
frames.lua
image_iterator.lua
image_spec.lua
image.lua
import_sprite_sheet_command.lua
inks.lua [lua] Minor change app.pixelColor -> pc in test 2024-09-03 19:11:14 -03:00
json.lua
layer.lua
layers.lua
math.lua
merge_down_bugs.lua
os.lua
paint_bucket.lua
palette.lua
pixel_perfect.lua
point.lua
print_on_gc.lua
range.lua
rectangle.lua
require_module.lua
require.lua
save_file_command.lua
selection_tools.lua
selection.lua
size.lua
slice.lua
slices.lua
sprite_modified.lua
sprite.lua
string.lua
tag.lua
tags.lua
test_utils.lua
tiledata.lua
tilemap.lua [lua] Add get/set the foreground/background tile (fix #4403) 2024-09-16 16:19:29 -03:00
tileset.lua
tools.lua
userdata_codec.lua
userdata.lua
uuid.lua
version.lua