Skip to content

Commit fcde5dc

Browse files
committed
Added sprite cursor example
1 parent 27b39a1 commit fcde5dc

17 files changed

+312
-0
lines changed

sprite/cursor/all.texture_profiles

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
path_settings {
2+
path: "**"
3+
profile: "Default"
4+
}
5+
profiles {
6+
name: "Default"
7+
platforms {
8+
os: OS_ID_GENERIC
9+
formats {
10+
format: TEXTURE_FORMAT_RGBA
11+
compression_level: BEST
12+
compression_type: COMPRESSION_TYPE_DEFAULT
13+
}
14+
mipmaps: false
15+
max_texture_size: 0
16+
premultiply_alpha: true
17+
}
18+
}
146 KB
Binary file not shown.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
images {
2+
image: "/assets/images/arrowLeft.png"
3+
}
4+
images {
5+
image: "/assets/images/arrowRight.png"
6+
}
7+
images {
8+
image: "/assets/images/start.png"
9+
}
10+
images {
11+
image: "/assets/images/stop.png"
12+
}
13+
extrude_borders: 2
1.11 KB
Loading
1.11 KB
Loading
99.9 KB
Loading
1.13 KB
Loading
1.02 KB
Loading
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
image: "/assets/images/character_robot_sheet.png"
2+
tile_width: 96
3+
tile_height: 128
4+
animations {
5+
id: "walk"
6+
start_tile: 37
7+
end_tile: 44
8+
playback: PLAYBACK_NONE
9+
fps: 8
10+
}
11+
extrude_borders: 2

sprite/cursor/assets/text48.font

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
font: "/assets/SourceSansPro-Semibold.ttf"
2+
material: "/builtins/fonts/font.material"
3+
size: 48
4+
outline_alpha: 0.0
5+
outline_width: 0.0

0 commit comments

Comments
 (0)