summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--samples/09_performance/06_static_sprites_as_classes_with_custom_drawing/app/main.rb4
1 files 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