Skip to content

Commit

Permalink
Use a meaningful name for repeatable image
Browse files Browse the repository at this point in the history
  • Loading branch information
viseztrance committed Aug 6, 2023
1 parent 7e6d984 commit 55ba52e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions Samples/basic/demo/data/demo.rml
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ p.title
.fit-cover { decorator: image( icon-invader cover ); }
.fit-scale-none { decorator: image( icon-invader scale-none ); }
.fit-scale-down { decorator: image( icon-invader scale-down ); }
.fit-repeat { decorator: image( /assets/repeat.tga repeat ); }
.fit-repeat-x { decorator: image( /assets/repeat.tga repeat-x ); }
.fit-repeat-y { decorator: image( /assets/repeat.tga repeat-y ); }
.fit-repeat { decorator: image( /assets/alien_small.tga repeat ); }
.fit-repeat-x { decorator: image( /assets/alien_small.tga repeat-x ); }
.fit-repeat-y { decorator: image( /assets/alien_small.tga repeat-y ); }
.orientation-vertical { decorator: image( icon-invader flip-vertical scale-none ); }
.orientation-horizontal { decorator: image( icon-invader flip-horizontal scale-none ); }
.orientation-rotate { decorator: image( icon-invader rotate-180 scale-none ); }
Expand Down

0 comments on commit 55ba52e

Please sign in to comment.