Skip to content

Commit 89696d2

Browse files
committed
Merge branch 'master' of https://github.com/defold/examples
2 parents afc14f2 + dd6cffc commit 89696d2

44 files changed

Lines changed: 1512 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

gui/localization/appmanifest.png

18.5 KB
Loading
24.5 KB
Loading
190 KB
Binary file not shown.
5.22 MB
Binary file not shown.
146 KB
Binary file not shown.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
font: "/assets/fonts/SourceSansPro-Semibold.ttf"
2+
material: "/builtins/fonts/font-df.material"
3+
size: 24
4+
output_format: TYPE_DISTANCE_FIELD
5+
characters: " !\"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
font: "/assets/fonts/NotoSansArabic-Medium.ttf"
2+
material: "/builtins/fonts/font-df.material"
3+
size: 24
4+
output_format: TYPE_DISTANCE_FIELD
5+
characters: " !\"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
font: "/assets/fonts/NotoSansJP-Regular.ttf"
2+
material: "/builtins/fonts/font-df.material"
3+
size: 24
4+
output_format: TYPE_DISTANCE_FIELD
5+
characters: " !\"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~"
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
animations {
2+
id: "button"
3+
images {
4+
image: "/assets/img/panel-transparent-border-029.png"
5+
}
6+
playback: PLAYBACK_NONE
7+
}
8+
animations {
9+
id: "panel"
10+
images {
11+
image: "/assets/img/panel-transparent-center-025.png"
12+
}
13+
playback: PLAYBACK_LOOP_FORWARD
14+
}
15+
extrude_borders: 2
201 Bytes
Loading

0 commit comments

Comments
 (0)