1
0
mirror of https://github.com/aNNiMON/HotaruFX.git synced 2024-09-19 14:14:21 +03:00

Fix string highlighting in github readme

This commit is contained in:
Victor Melnik 2017-09-10 14:32:11 +03:00 committed by GitHub
parent 8c4933fcd2
commit a14db7ac83

View File

@ -8,7 +8,7 @@ Programming language for creating animations
![Logo](art/logo.gif) ![Logo](art/logo.gif)
```scala ```java
composition(320, 57, 25, "#2F2F2F") composition(320, 57, 25, "#2F2F2F")
LOGO = text({ LOGO = text({
@ -33,7 +33,7 @@ render(LOGO)
![Font icons](art/love-github.gif) ![Font icons](art/love-github.gif)
```scala ```java
composition(1280, 720, 50) composition(1280, 720, 50)
LOVE = text({ LOVE = text({
@ -79,7 +79,7 @@ render(LOVE GITHUB)
![Text clip](art/hotarufx-clip.gif) ![Text clip](art/hotarufx-clip.gif)
```scala ```java
composition(1280, 720, 30) composition(1280, 720, 30)
CLIP = circle({ CLIP = circle({