-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.yaml
64 lines (64 loc) · 2.05 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
OutDir: internal/assets
SetTransparent: "#FFFFFF"
TileSets:
- Name: player
File: assets/player.png
Size: "16x16"
Description: the sprite sheet for the player character
- Name: playerAnim
File: assets/player_anim_ts.png
Size: "32x16"
Description: the sprite sheet for the player character and all it's associated animations
- Name: pillars
Size: "8x8"
File: assets/pillar_ts.png
Description: |
the tile set for the pillars background, it contains tiles that are not in the default tile map
which is why it is defined seperately here
- Name: numbers
Size: "16x16"
File: assets/numbers_large_ts.png
Description: a 16x16 set of digits (0-9)
- Name: select
Size: "8x8"
File: assets/select_ts.png
Description: a simple spinning select arrow
- Name: banners
Size: "32x16"
File: assets/score_best_ts.png
Description: score banners for the game over screen
- Name: logo
Size: "32x32"
File: assets/logo_ts.png
Description: the main logo for flappy boot
- Name: advance
Size: "16x16"
File: assets/advance_ts.png
Description: the advance badge that goes with the flappy boot logo
- Name: start
Size: "16x8"
File: assets/press_start_ts.png
Transparent: "#FF00FF"
Description: the PRESS START text present on the title screen
- Name: debug
Size: "8x8"
File: assets/debug_ts.png
Description: small tileset useful for debugging
TileMaps:
- Name: bluebg
File: assets/blue_bg_ts.png
Description: a small selection block for when you game over
- Name: pillars
File: assets/pillar_tm.png
TileSet: pillars
Description: the tile map for the pillars background. It includes both the pillars and grass tiles
- Name: sky
File: assets/sky_tm.png
Transparent: "#FF00FF"
Description: the furthest background tile map, it contains only the sky
- Name: clouds
File: assets/clouds_tm.png
Description: the background clouds
- Name: mainmenu
File: assets/main_menu_tm.png
Description: the main set for the main menu