Skip to content

Instantly share code, notes, and snippets.

@shinhirota
Last active August 29, 2015 14:22
Show Gist options
  • Save shinhirota/5e969ec07c5f4d6bc105 to your computer and use it in GitHub Desktop.
Save shinhirota/5e969ec07c5f4d6bc105 to your computer and use it in GitHub Desktop.
var res = {
CathyTest_png : "res/CathyTest.png", // 使用するファイル名を追加
HelloWorld_png : "res/HelloWorld.png",
CloseNormal_png : "res/CloseNormal.png",
CloseSelected_png : "res/CloseSelected.png"
};
var g_resources = [];
for (var i in res) {
g_resources.push(res[i]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment