-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAssetLists.txt
162 lines (145 loc) · 4.42 KB
/
AssetLists.txt
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
# (한국어)
# 어플리케이션에서 사용할 에셋 목록입니다.
# 각 줄에 <경로> <유형>을 작성합니다.
# · <유형>은 Static, Dynamic, Optional 세 가지가 있습니다.
#
# (English Translation)
# A list of assets to use in the application.
# Write <PATH> <TYPE> on each line.
# · There are three types of <TYPE>: Static, Dynamic, and Optional.
#
# --- 예시/Example ---
# [assets] -+- a.txt
# |
# +- b.txt
# |
# \- [temp] --- c.txt
#
# 1>> a.txt Static
# 2>> b.txt Dynamic
# 3>> temp/c.txt Optional
#
#--------#
# System #
#--------#
user.sav Optional
user.settings Optional
textures/sys/logo.dds Static
textures/sys/dummy.dds Static
#-------#
# Fonts #
#-------#
fonts/nexon_lv2_gothic_medium.ttf Static
fonts/nexon_lv2_gothic_bold.ttf Static
fonts/nexon_lv2_gothic.ttf Static
#---------#
# Scripts #
#---------#
scripts/kor.ron Static
#---------#
# Shaders #
#---------#
shaders/ui.wgsl Static
shaders/text.wgsl Static
shaders/sprite.wgsl Static
shaders/tile.wgsl Static
shaders/bullet.wgsl Static
#-----------#
# Character #
#-----------#
textures/character/aris_standing.dds Static
textures/character/aris_player.dds Static
textures/character/momoi_standing.dds Static
textures/character/momoi_player.dds Static
textures/character/midori_standing.dds Static
textures/character/midori_player.dds Static
textures/character/yuzu_standing.dds Static
textures/character/yuzu_player.dds Static
#-------#
# Enemy #
#-------#
textures/enemy/yuuka.dds Static
textures/enemy/yuuka_bullet.dds Static
#----------------#
# User Interface #
#----------------#
textures/ui/star.dds Static
textures/ui/heart.dds Static
textures/ui/finish.dds Static
textures/ui/button_etc.dds Static
textures/ui/button_return.dds Static
textures/ui/button_medium.dds Static
textures/ui/button_wide.dds Static
textures/ui/title_button_start.dds Static
textures/ui/title_button_setting.dds Static
textures/ui/title_button_exit.dds Static
textures/ui/window_ratio_4_3.dds Static
textures/ui/window_ratio_8_1.dds Static
#-------------#
# Backgrounds #
#-------------#
textures/bg/title_background.dds Static
textures/bg/ingame_background.dds Static
#-------#
# Image #
#-------#
textures/img/default.dds Static
textures/img/aris.dds Static # Test Image
textures/img/momoi.dds Static # Test Image
textures/img/midori.dds Static # Test Image
textures/img/yuzu.dds Static # Test Image
textures/img/yuuka.dds Static # Test Image
#------------------#
# Character Voices #
#------------------#
sounds/aris/aris_title.ogg Static
sounds/aris/aris_stage_start.ogg Static
sounds/aris/aris_smile_0.ogg Static
sounds/aris/aris_smile_1.ogg Static
sounds/aris/aris_damage_0.ogg Static
sounds/aris/aris_damage_1.ogg Static
sounds/aris/aris_damage_2.ogg Static
sounds/momoi/momoi_title.ogg Static
sounds/momoi/momoi_stage_start.ogg Static
sounds/momoi/momoi_smile_0.ogg Static
sounds/momoi/momoi_smile_1.ogg Static
sounds/momoi/momoi_damage_0.ogg Static
sounds/momoi/momoi_damage_1.ogg Static
sounds/momoi/momoi_damage_2.ogg Static
sounds/midori/midori_title.ogg Static
sounds/midori/midori_stage_start.ogg Static
sounds/midori/midori_smile_0.ogg Static
sounds/midori/midori_smile_1.ogg Static
sounds/midori/midori_damage_0.ogg Static
sounds/midori/midori_damage_1.ogg Static
sounds/midori/midori_damage_2.ogg Static
sounds/yuzu/yuzu_title.ogg Static
sounds/yuzu/yuzu_stage_start.ogg Static
sounds/yuzu/yuzu_smile_0.ogg Static
sounds/yuzu/yuzu_smile_1.ogg Static
sounds/yuzu/yuzu_damage_0.ogg Static
sounds/yuzu/yuzu_damage_1.ogg Static
sounds/yuzu/yuzu_damage_2.ogg Static
sounds/yuuka/yuuka_title.ogg Static
sounds/yuuka/yuuka_attack_0.ogg Static
sounds/yuuka/yuuka_attack_1.ogg Static
sounds/yuuka/yuuka_attack_2.ogg Static
sounds/yuuka/yuuka_attack_3.ogg Static
sounds/yuuka/yuuka_victory.ogg Static
sounds/yuuka/yuuka_defeat.ogg Static
sounds/yuuka/yuuka_hidden.ogg Static
#--------#
# Sounds #
#--------#
sounds/effect/click.ogg Static
sounds/effect/cancel.ogg Static
sounds/effect/start.ogg Static
sounds/effect/pause.ogg Static
sounds/effect/finish.ogg Static
sounds/effect/bullet_fire.ogg Static
sounds/bgm/theme18.ogg Static # Mechanical JUNGLE - KARUT
sounds/bgm/theme19.ogg Static # Virtual Storm - KARUT
sounds/bgm/theme23.ogg Static # Party Time - Mitsukiyo
sounds/bgm/theme27.ogg Static # Fade Out - KARUT
sounds/bgm/theme30.ogg Static # Crossfire - KARUT
sounds/bgm/theme64.ogg Static # Pixel Time - Mitsukiyo