Added a thumbs-up image to be used in a bit. Saw the visual studio
editor was madly messing up crlf and whatnot. Changed it to be lf since that is what we had started with.
This commit is contained in:
parent
d7f73f04d8
commit
84685e3bd4
BIN
Web/img/thumb.png
Normal file
BIN
Web/img/thumb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.6 KiB |
@ -29,7 +29,7 @@ const imageCollection = loadImages(
|
||||
"tablet", "tree", "vidimage",
|
||||
"wap", "wbridge", "wrepeater",
|
||||
"wrouter", "x", "info", "menu",
|
||||
"eye", "queryuser",
|
||||
"eye", "queryuser", "thumb",
|
||||
],
|
||||
["img/ArrowUp.png", "img/ArrowDown.png", "img/Animations.png",
|
||||
"img/BurnMark.png", "img/cellphone.png", "img/Circle.png",
|
||||
@ -42,7 +42,7 @@ const imageCollection = loadImages(
|
||||
"img/VidImage.png", "img/WAP.png", "img/WBridge.png",
|
||||
"img/WRepeater.png", "img/WRouter.png", "img/X.png",
|
||||
"img/info.png", "img/menu.png", "img/eye.png",
|
||||
"img/menu.png",
|
||||
"img/menu.png", "img/thumb.png",
|
||||
],
|
||||
InitializeGameMenu // this is called when all images have loaded.
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user