From f923bcb6f502cee26b72208499aaa33e0020a0ed Mon Sep 17 00:00:00 2001 From: Tiago Parreira Date: Sun, 17 Jan 2021 15:12:24 +0100 Subject: Fix order of tile_* and flip_* arguments in example --- .../06_static_sprites_as_classes_with_custom_drawing/app/main.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/09_performance/06_static_sprites_as_classes_with_custom_drawing/app/main.rb b/samples/09_performance/06_static_sprites_as_classes_with_custom_drawing/app/main.rb index d8a01bc..4d8719d 100644 --- a/samples/09_performance/06_static_sprites_as_classes_with_custom_drawing/app/main.rb +++ b/samples/09_performance/06_static_sprites_as_classes_with_custom_drawing/app/main.rb @@ -39,9 +39,9 @@ class Star # x, y, w, h, # path, # angle, - # alpha, red_saturation, green_saturation, blue_saturation + # alpha, red_saturation, green_saturation, blue_saturation, + # tile_x, tile_y, tile_w, tile_h, # flip_horizontally, flip_vertically, - # tile_x, tile_y, tile_w, tile_h # angle_anchor_x, angle_anchor_y, # source_x, source_y, source_w, source_h end -- cgit v1.2.3